From cf1e0e2c85c2e69dc79b74af6a1e0e2a76b5c33d Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 14 May 2021 16:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=8C=E7=AA=81=E7=A0=B4=E7=A5=9E?= =?UTF-8?q?=E5=8D=B0=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 5 +++++ protos/MessageTypeProto.proto | 2 ++ 2 files changed, 7 insertions(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index e3f6f88..ad3d7f5 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -371,4 +371,9 @@ import "CommonProto.proto"; repeated PurpleMansionSeal sealList = 1; }; + // 推送神印信息 + message PurpleMansionSealIndication{ + repeated PurpleMansionSeal sealList = 1; + } + \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 8f36a9b..e4e6fc4 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1184,6 +1184,8 @@ enum MessageType{ ReplacePurpleMansionSealRequest = 304103; ReplacePurpleMansionSealResponse = 304104; + PurpleMansionSealIndication = 304105; + //800000起为global 协议 GetWorldServerRequest = 800001;//获取世界服ip GetWorldServerResponse = 800002;