From eefc8482f5bebea72d122cb612fca40e36150d36 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 25 May 2020 11:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protos/Family.proto b/protos/Family.proto index f12c911..278a421 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -478,9 +478,8 @@ import "CommonProto.proto"; optional RewardInfo info = 1; } message DeathPathFirstChangeIndication{ - optional int32 guildId = 1; - optional string guildName = 2; - optional int32 pathId =3; + optional DeathPathInfo changeInfo = 1; + }