【竞技场】在线等待赛季刷新,攻击次数奖励异常-dev
parent
739f390115
commit
c79285e4ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue