From f32e683ffaef9ba868bf1bf28a642069d0bf9478 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 21 Aug 2020 10:56:15 +0800 Subject: [PATCH] =?UTF-8?q?buff=E6=B6=88=E6=81=AF=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 5107bc3..06ee6b2 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -491,7 +491,13 @@ enum MessageType{ GUILD_CHALLENGE_REQUEST = 16678;//挑战公会副本 GUILD_CHALLENGE_RESPONSE = 16679; + GUILD_CHALLENGE_INDICATION = 16680;//挑战公会副本推送 + + GUILD_CHALLENGE_BUY_BUFF_REQUEST = 16681;//购买buff + GUILD_CHALLENGE_BUY_BUFF_RESPONSE = 16682; + GUILD_CHALLENGE_BUY_BUFF_INDICATION = 16683; + // H 10700 HERO_RAND_REQQUEST = 10701; HERO_RAND_RESPONSE = 10702;