From 4718656cdb839649502689c39334cbf7a54561c4 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/battle/controller/battle_controller_boss_rush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/battle/controller/battle_controller_boss_rush.lua b/lua/app/module/battle/controller/battle_controller_boss_rush.lua index 2bfb4c63..71c73350 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -85,7 +85,7 @@ end function BattleControllerBossRush:initOther() self.monsterAtkAddition = GFunc.getConstIntValue("activity_boss_rush_hp_add") self.monsterHpAddition = GFunc.getConstIntValue("activity_boss_rush_atk_add") - self:setMaxBattleLv(MAX_LV) + self.battleData:setMaxBattleLv(MAX_LV) end -- 怪物攻击力加成