From d8709cbc32645fe8c71c8b7e3e9150184c87f3a8 Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Tue, 17 Jun 2025 19:59:15 +0800 Subject: [PATCH] fix bug --- lua/app/module/hero/hero_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/hero/hero_manager.lua b/lua/app/module/hero/hero_manager.lua index a5f92832..3d6cd85d 100644 --- a/lua/app/module/hero/hero_manager.lua +++ b/lua/app/module/hero/hero_manager.lua @@ -157,7 +157,7 @@ end function HeroManager:getSkillRogueBattleBg(skillId) local cfg = ConfigManager:getConfig("skill_rogue")[skillId] - return cfg and "battle_board_" .. cfg.qlt + return cfg and "battle_rouge_board_" .. cfg.qlt end function HeroManager:getSkillRogueBg(skillId, onlyQlt)