diff --git a/game-server/app/servers/battle/handler/normalBattleHandler.ts b/game-server/app/servers/battle/handler/normalBattleHandler.ts index 269ab27a2..ec88b3f96 100644 --- a/game-server/app/servers/battle/handler/normalBattleHandler.ts +++ b/game-server/app/servers/battle/handler/normalBattleHandler.ts @@ -195,7 +195,9 @@ export class NormalBattleHandler { return checkResult } } - } else if (warInfo.warType == WAR_TYPE.DAILY) { + } + + if (warInfo.warType == WAR_TYPE.DAILY) { let checkResult = await checkDailyAndIncrease(roleId, warStar, battleId, isSuccess?1:0, false, stars, role); if (checkResult.status == -1) { return checkResult.resResult;