From 9f59b12cf05076e10dc8edf7d9780bda819039f9 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 21 Aug 2020 17:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=8F=B7=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 3 +++ protos/MessageTypeProto.proto | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index 09e00fe..8cb1386 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -571,5 +571,8 @@ import "CommonProto.proto"; optional int32 buffCount = 1; optional int32 buffTime = 2; } + message GuildChallengeMessageResponse{ + optional int32 nextTime = 1;//下次可以发送的时间 + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 06ee6b2..4696e9a 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -496,7 +496,12 @@ enum MessageType{ GUILD_CHALLENGE_BUY_BUFF_REQUEST = 16681;//购买buff GUILD_CHALLENGE_BUY_BUFF_RESPONSE = 16682; + GUILD_CHALLENGE_BUY_BUFF_INDICATION = 16683; + + GUILD_CHALLENGE_SEND_MESSAGE_REQUEST = 16684;//检测是否能发送集结 + GUILD_CHALLENGE_SEND_MESSAGE_RESPONSE = 16685; + // H 10700 HERO_RAND_REQQUEST = 10701;