From af6b0f744c6b956d62305755fd21924a63231bc7 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 8 Sep 2023 09:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E7=AC=A6=E6=96=87=E6=80=AA?= =?UTF-8?q?=E7=89=A9=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/config_manager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/app/common/config_manager.lua b/lua/app/common/config_manager.lua index a464784b..f45c9d0e 100644 --- a/lua/app/common/config_manager.lua +++ b/lua/app/common/config_manager.lua @@ -116,6 +116,7 @@ function ConfigManager:preLoadConfig() handleMonsterGrow("monster_dungeon_equip") handleMonsterGrow("monster_dungeon_armor") handleMonsterGrow("monster_activity") + handleMonsterGrow("monster_dungeon_rune") self.configs["monster"] = { data = monsterFullData,