From 37a3f3bf251b2b354152774d8e412278aef23b12 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 20 Sep 2023 10:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AC=A6=E6=96=87=E5=89=AF?= =?UTF-8?q?=E6=9C=AC=E9=87=8D=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/battle/controller/battle_controller_dungeon_rune.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua index 26c7f27c..be1b859b 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua @@ -360,7 +360,6 @@ function BattleControllerDungeonRune:tryShowRebirth(callback) self.dungeonRuneRemainRoundCount = self.dungeonRuneRemainRoundCount + self.addRoundCount self.dungeonRuneMaxRoundCount = self.dungeonRuneMaxRoundCount + self.addRoundCount - self.dungeonRuneRemainRoundCount = self.dungeonRuneRemainRoundCount - 1 if self.battleUI then local desc = self.dungeonRuneRemainRoundCount + 1 self.battleUI:refreshWave(desc, GConst.ATLAS_PATH.COMMON, "common_dec_15")