活动:寻宝骑兵挑战消耗扣减修改

This commit is contained in:
luying
2022-04-14 15:03:40 +08:00
parent 722da7aae7
commit c26db282ff
2 changed files with 8 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ export class NormalBattleHandler {
}
} else if (warInfo.warType == WAR_TYPE.ACT_TREASURE_HUNT) {
if(isSuccess) {
await treasureHuntChallengeConsume(roleId, sid, activityId);
await treasureHuntChallengeConsume(serverId, roleId, sid);
}
}
let curWarStar = warStar.find(cur => cur.id == battleId);