扫荡次数:修复对排行榜的影响
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user