From 624dcb208e626b12038f5b054af9eab6b1d8c157 Mon Sep 17 00:00:00 2001 From: chenxi Date: Tue, 23 May 2023 18:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E8=AF=A6=E6=83=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/hero/hero_detail_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/hero/hero_detail_ui.lua b/lua/app/ui/hero/hero_detail_ui.lua index ca9fd9c1..95b46a8f 100644 --- a/lua/app/ui/hero/hero_detail_ui.lua +++ b/lua/app/ui/hero/hero_detail_ui.lua @@ -52,7 +52,7 @@ function HeroDetailUI:_display(lvChange) local activeCount = self.heroEntity:getActiveRogueCount() local skillList = self.heroEntity:getRogueSkillList() local skillLvs = ModuleManager.HeroManager:getActiveRogueLvs() - for i = 1, 3 do + for i = 1, 7 do local skillId = skillList[i] if skillId then local skillIcon = uiMap["hero_detail_ui.bg.skill_up_" .. i .. ".icon"]