【战斗】精英副本战斗数据nodeId位置错误

dev_chengFeng
gaoxin 2021-05-27 16:52:47 +08:00
parent b25a6c01ff
commit 0ac40f3ce5
1 changed files with 3 additions and 2 deletions

View File

@ -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)