Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
dc96fdcb1f
@ -52,7 +52,7 @@ function HeroDetailUI:_display(lvChange)
|
|||||||
local activeCount = self.heroEntity:getActiveRogueCount()
|
local activeCount = self.heroEntity:getActiveRogueCount()
|
||||||
local skillList = self.heroEntity:getRogueSkillList()
|
local skillList = self.heroEntity:getRogueSkillList()
|
||||||
local skillLvs = ModuleManager.HeroManager:getActiveRogueLvs()
|
local skillLvs = ModuleManager.HeroManager:getActiveRogueLvs()
|
||||||
for i = 1, 3 do
|
for i = 1, 7 do
|
||||||
local skillId = skillList[i]
|
local skillId = skillList[i]
|
||||||
if skillId then
|
if skillId then
|
||||||
local skillIcon = uiMap["hero_detail_ui.bg.skill_up_" .. i .. ".icon"]
|
local skillIcon = uiMap["hero_detail_ui.bg.skill_up_" .. i .. ".icon"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user