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