任务:装备精炼次数

This commit is contained in:
luying
2022-04-26 17:56:12 +08:00
parent c1b36d38b0
commit b37586a706
5 changed files with 25 additions and 3 deletions

View File

@@ -1206,6 +1206,12 @@ export class CheckSingleTask {
}
break;
}
case TASK_TYPE.EQUIP_STAR_UP_CNT_SUM: // 110. 装备总共升星x次
{
let { count } = param;
result = { inc: count };
break;
}
}
return result
}