fix bug
This commit is contained in:
parent
6beb44b672
commit
346e6708ea
@ -73,7 +73,7 @@ function BattleBoardSkillTips:onRefresh()
|
||||
end
|
||||
|
||||
local count = 0
|
||||
local rougeSkillList = self.heroEntity:getRogueSkillList()
|
||||
local rougeSkillList = self.heroEntity:getActiveRogueSkills()
|
||||
for index, cell in ipairs(self.selectSkillCells) do
|
||||
local rogueSkillId = rougeSkillList[index]
|
||||
cell:getBaseObject():setActive(rogueSkillId ~= nil)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user