【Vip】修复等级奖励刷新不及时的问题
parent
9a261f5c13
commit
c00a3b603e
|
@ -135,7 +135,7 @@ function this.RegisterMessage(network)
|
||||||
-- 神印信息推送
|
-- 神印信息推送
|
||||||
socket:RegistNetMessage(MessageTypeProto_pb.PurpleMansionSealIndication, this.PracticeImprintData)
|
socket:RegistNetMessage(MessageTypeProto_pb.PurpleMansionSealIndication, this.PracticeImprintData)
|
||||||
-- Vip等级奖励信息推送
|
-- Vip等级奖励信息推送
|
||||||
-- socket:RegistNetMessage(MessageTypeProto_pb.VIP_LEVEL_STATE_RESPONSE, this.RefreshLevleRewardDatas)
|
socket:RegistNetMessage(MessageTypeProto_pb.VIP_LEVEL_STATE_RESPONSE, this.RefreshLevleRewardDatas)
|
||||||
-- --心愿抽卡信息推送
|
-- --心愿抽卡信息推送
|
||||||
socket:RegistNetMessage(MessageTypeProto_pb.wishDrawCardIndication, this.WishDrawCardInfoIndication)
|
socket:RegistNetMessage(MessageTypeProto_pb.wishDrawCardIndication, this.WishDrawCardInfoIndication)
|
||||||
-- --心愿抽卡信息推送
|
-- --心愿抽卡信息推送
|
||||||
|
|
Loading…
Reference in New Issue