镇念塔:重复发放奖励

This commit is contained in:
luying
2022-08-31 12:08:57 +08:00
parent 61a3f201e0
commit 7e0ffc3273
3 changed files with 11 additions and 5 deletions
@@ -214,6 +214,9 @@ export class NormalBattleHandler {
return towerEndResult.resResult;
}
towerStatus = towerEndResult.data.towerStatus;
console.log('##### towerReward', JSON.stringify(towerEndResult.data.towerReward));
if (towerEndResult.data.towerReward)
warReward.setFixReward(towerEndResult.data.towerReward)
}