装备:活动任务
This commit is contained in:
@@ -871,7 +871,6 @@ function treatTaskGroup() {
|
||||
let taskByGroup = new Map<number, { params: number[], ids: string[] }[]>(); // taskType => obj
|
||||
for(let [taskType, tasks] of gameData.taskType) {
|
||||
for(let obj of tasks) {
|
||||
console.log('#####', taskType, obj.type, obj.id)
|
||||
let dicTaskType = taskType2Desc.get(taskType);
|
||||
let index = dicTaskType.param.split('&').indexOf(dicTaskType.condition);
|
||||
let params = obj.taskParam.filter((_, i) => index != i);
|
||||
|
||||
Reference in New Issue
Block a user