扫荡次数:修复对排行榜的影响

This commit is contained in:
luying
2022-07-16 19:01:55 +08:00
parent e71e206026
commit 7489af23a5

View File

@@ -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;