【跨服天梯】国内提交+1

dev_chengFeng
zhangqiang 2021-07-14 20:27:04 +08:00
parent 1f8d19f3d8
commit 98362ef902
2 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -122,7 +122,7 @@ function this.RegisterMessage(network)
socket:RegistNetMessage(MessageTypeProto_pb.HONGMENG_INFO_INDICATION,this.HongMengIndication)
socket:RegistNetMessage(MessageTypeProto_pb.HONGMENG_STELE_NEW_HAND_INDICATION,this.OpenHongMengTowerGuideIndication)
--跨服天梯信息推送
-- socket:RegistNetMessage(MessageTypeProto_pb.HERO_SKIN_USE_INDICATION, this.GetWorldArenaInfoIndication)
socket:RegistNetMessage(MessageTypeProto_pb.GetWorldArenaInfoIndication, this.GetWorldArenaInfoIndication)
socket:RegistNetMessage(MessageTypeProto_pb.WorldLevelIndication, this.WorldLevelIndication)
-- 充值成功订单推送
socket:RegistNetMessage(MessageTypeProto_pb.RECHARGE_SUCCESS_INDICATION, this.RechargeSuccessOrder)
@ -954,6 +954,8 @@ function this.GetWorldArenaInfoIndication(buffer)
local msg = WorldProto_pb.GetWorldArenaInfoIndication()
msg:ParseFromString(data)
-- LogPink("%%%%%%%%%%%msg.arenaInfo: "..#msg.arenaInfo.arenaEnemys.." msg.stage: "..msg.stage.." msg.endTime: "..msg.endTime)
JumpServerManager.IndicationHightLadderData(msg)
LogPink("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%")
-- JumpServerManager.IndicationHightLadderData(msg)
JumpServerManager.GetWorldArenaInfoRequest()
end
return this