【竞技场】在线等待赛季刷新,攻击次数奖励异常-dev

dev_chengFeng
zhangqiang 2020-12-29 17:36:01 +08:00
parent 739f390115
commit c79285e4ca
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ this.hadTakeBox = {}--竞技场宝箱数据
function this.ReceiveBaseArenaData(msg)
this.ArenaInfo = msg.arenaInfo
this.EnemyList = msg.arenaInfo.arenaEnemys
-- this.hadTakeBox = {}
this.hadTakeBox = {}
for i = 1, #msg.arenaInfo.hadTakeBox do
this.hadTakeBox[msg.arenaInfo.hadTakeBox[i]] = msg.arenaInfo.hadTakeBox[i]
end