From c00a3b603e9950c3a530df9329c4ce7c9a7202c0 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 12 Nov 2021 10:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Vip=E3=80=91=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=AD=89=E7=BA=A7=E5=A5=96=E5=8A=B1=E5=88=B7=E6=96=B0=E4=B8=8D?= =?UTF-8?q?=E5=8F=8A=E6=97=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 552a7706f1..6103b393d2 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -135,7 +135,7 @@ function this.RegisterMessage(network) -- 神印信息推送 socket:RegistNetMessage(MessageTypeProto_pb.PurpleMansionSealIndication, this.PracticeImprintData) -- 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) -- --心愿抽卡信息推送