优化:初始账号皮肤优化
This commit is contained in:
@@ -303,7 +303,7 @@ export async function checkTaskWithGoods(roleId: string, taskType: number, goods
|
||||
|
||||
// 根据taskType判断有哪些任务需要check的
|
||||
export async function checkTask(roleId: string, taskType: number, count: number, isInc: boolean, param: TaskParam, funcs?: number[]) {
|
||||
console.log('******checkTask', roleId, taskType, count, isInc, param, funcs)
|
||||
// console.log('******checkTask', roleId, taskType, count, isInc, param, funcs)
|
||||
let tasks = gameData.taskType.get(taskType) || [];
|
||||
let pushMessage = new Array<TaskListReturn>();
|
||||
let groups = new Map<string, { task0: DicTask, tasks: DicTask[] }>();
|
||||
@@ -438,7 +438,7 @@ export async function checkTaskRec(roleId: string, type: number, group: number,
|
||||
isMatch = taskParam[0] == 0 || param.quality == taskParam[0];
|
||||
break;
|
||||
}
|
||||
console.log('****isMatch', isMatch, checkHistory, type, taskType, group, count)
|
||||
// console.log('****isMatch', isMatch, checkHistory, type, taskType, group, count)
|
||||
if (param.isDebug) {
|
||||
isMatch = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user