diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua b/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua index 532e0b5a..9f8c1d89 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua @@ -28,7 +28,7 @@ end -- 不同模块的战斗需要初始化的东西 function BattleControllerDungeonGold:initOther() - self.dungeonGoldMaxRoundCount = self:getBoardConfig()[self.chapterId].wave_limit or 1 + self.dungeonGoldMaxRoundCount = self:getChapterConfig()[self.chapterId].wave_limit or 1 end function BattleControllerDungeonGold:controllBattleEnd()