每日:扫荡次数忘记考虑月卡

This commit is contained in:
luying
2022-05-09 15:45:35 +08:00
parent da5abbcc43
commit 1498950478
2 changed files with 6 additions and 8 deletions
@@ -182,7 +182,7 @@ export class NormalBattleHandler {
let dungeonNum = {};
if (warInfo.warType == WAR_TYPE.DAILY) {
let checkResult = await checkDailyAndIncrease(roleId, warStar, battleId, isSuccess?1:0, false, stars);
let checkResult = await checkDailyAndIncrease(roleId, warStar, battleId, isSuccess?1:0, false, stars, role);
if (checkResult.status == -1) {
return checkResult.resResult;
}