From 4e8a1a9723f8ac05c32f4e6ceb596a2cff045283 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 5 Jun 2023 16:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E4=BB=BB=E5=8A=A1):=20?= =?UTF-8?q?=E5=B0=86=E6=89=AB=E8=8D=A1=E4=B9=9F=E7=AE=97=E5=85=A5=E4=BB=BB?= =?UTF-8?q?=E5=8A=A142?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/task/taskService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app/services/task/taskService.ts b/game-server/app/services/task/taskService.ts index c50e7f98a..9d30f0af1 100644 --- a/game-server/app/services/task/taskService.ts +++ b/game-server/app/services/task/taskService.ts @@ -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); }