diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index e652353771..389abb4391 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -1018,7 +1018,7 @@ end --七界试炼信息推送 function this.SevenWorldInfoIndication(buffer) local data = buffer:DataByte() - local msg = PlayerInfoProto_pb.SevenWorldInfoIndication() + local msg = PlayerInfoProto_pb.SevenWorldInfoResponse() msg:ParseFromString(data) QiJieShiLianManager.GetServerData(msg,function () Game.GlobalEvent:DispatchEvent(GameEvent.QiJieShiLian.RefreshPanel)