From 5def9aed8a489a92fdab004273dd936283c644c5 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 12 Jun 2023 18:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/battle/controller/battle_controller_dungeon_gold.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()