活动:添加新任务的统计

This commit is contained in:
qiaoxin
2021-05-20 21:21:45 +08:00
parent 98abec3a9d
commit b7bae40010
4 changed files with 12 additions and 2 deletions

View File

@@ -639,6 +639,9 @@ export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: strin
case TASK_TYPE.GUILD_ACTIVITY:
addCount = count;
break;
case TASK_TYPE.HERO_TRAIN_SUM:
addCount = count;
break;
default:
addCount = 0;
break;