This commit is contained in:
puxuan 2025-06-17 20:51:18 +08:00
parent 6beb44b672
commit 346e6708ea

View File

@ -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)