【战斗】精英副本战斗数据nodeId位置错误
parent
b25a6c01ff
commit
0ac40f3ce5
|
|
@ -447,14 +447,15 @@ function this.GetBattleServerData(msg, isFightPlayer)
|
|||
end
|
||||
end
|
||||
end
|
||||
--精英副本关卡id
|
||||
fightData.nodeId = msg.fightData.nodeId
|
||||
|
||||
local data = {
|
||||
fightData = fightData,
|
||||
fightSeed = msg.fightData.fightSeed,
|
||||
fightType = msg.fightData.fightType,
|
||||
maxRound = msg.fightData.fightMaxTime,
|
||||
fightId = msg.fightData.fightId,
|
||||
--精英副本关卡id
|
||||
nodeId = msg.fightData.nodeId,
|
||||
}
|
||||
-- LogYellow("收到的战斗ID = "..msg.fightData.fightId.." 精英副本关卡id="..msg.fightData.nodeId)
|
||||
this.SetLastBattleResult(nil,nil)
|
||||
|
|
|
|||
Loading…
Reference in New Issue