镇念塔:重复上阵武将bug

This commit is contained in:
luying
2021-08-23 15:25:56 +08:00
parent 7bc1e3b4e7
commit 383402ee4f
2 changed files with 8 additions and 5 deletions
@@ -72,7 +72,7 @@ export class NormalBattleHandler {
}
dailyNum = Object.assign(dailyNum, checkResult.data);
} else if (warInfo.warType == WAR_TYPE.TOWER) {
let checkResult = await checkTowerWar(roleId, battleId, heroes);
let checkResult = await checkTowerWar(roleId, battleId, seqIds, heroes);
if (checkResult.status == -1) {
return checkResult.resResult
}