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

This commit is contained in:
chenxi 2023-06-01 18:09:36 +08:00
commit f7de553771

View File

@ -1360,7 +1360,7 @@ function BattleController:popBoardCacheSkill(callback)
end
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
if self.popSkillPosIdList[1] then
self.popNewSkillId[index] = info