🐞 fix(任务): 将扫荡也算入任务42
This commit is contained in:
@@ -187,6 +187,7 @@ export async function checkTaskInBattleSweep(serverId: number, roleId: string, s
|
||||
task.setParam(TASK_TYPE.BATTLE_EXPEDITION_START, { warId, count });
|
||||
task.setParam(TASK_TYPE.BATTLE_DUNGEON_START, { warId, count });
|
||||
task.setParam(TASK_TYPE.BATTLE_BRANCH_ELITE, { warId, count });
|
||||
task.setParam(TASK_TYPE.BATTLE_DAILY_STAR, { warId, battleStar: 3 });
|
||||
await task.saveAndPush(sid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user