字段名修复

This commit is contained in:
xiekaidong 2023-09-05 09:23:35 +08:00
parent 408bd933c6
commit 4aff8fd8c2

View File

@ -67,8 +67,8 @@ function ActBossRushData:init(data)
if data.heroes then
DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes)
end
self.todayFightCount = data.total_fight_count or 0
self.fightCount = data.fight_count or 0
self.todayFightCount = data.fight_count or 0
self.fightCount = data.total_fight_count or 0
self.todayMaxWave = data.max_wave or 0
self.todayMaxWaveRound = data.min_round or 0