Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
chenxi 2023-05-19 20:14:40 +08:00
commit adca98cb90
2 changed files with 2 additions and 2 deletions

View File

@ -1959,8 +1959,8 @@ function BattleController:getShuffleBoardInfo()
else
if entity:getSkillId() then
haveSkill = true
add = entity:canLink()
end
add = entity:canLink()
end
if add then
table.insert(tempList, entity)

View File

@ -262,7 +262,7 @@ function HeroEntity:getActiveTogueSkills()
if id then
table.insert(list, id)
else
return
break
end
end