Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
adca98cb90
@ -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)
|
||||
|
||||
@ -262,7 +262,7 @@ function HeroEntity:getActiveTogueSkills()
|
||||
if id then
|
||||
table.insert(list, id)
|
||||
else
|
||||
return
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user