Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
f7de553771
@ -1360,7 +1360,7 @@ function BattleController:popBoardCacheSkill(callback)
|
|||||||
end
|
end
|
||||||
|
|
||||||
self.popSkillPosIdList = table.shuffle(self.popSkillPosIdList)
|
self.popSkillPosIdList = table.shuffle(self.popSkillPosIdList)
|
||||||
self.popNewSkillId = table.shuffle(self.popNewSkillId)
|
self.popNewSkillId = table.clearOrCreate(self.popNewSkillId)
|
||||||
for index, info in ipairs(skillList) do
|
for index, info in ipairs(skillList) do
|
||||||
if self.popSkillPosIdList[1] then
|
if self.popSkillPosIdList[1] then
|
||||||
self.popNewSkillId[index] = info
|
self.popNewSkillId[index] = info
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user