From d79fba06a62e4495aed881e5828ef37b1ac0934e Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 18 May 2020 22:38:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BF=BB=E6=8B=8D=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Family.proto b/protos/Family.proto index 1d905e7..ed3ff5f 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -454,6 +454,7 @@ import "CommonProto.proto"; optional int32 itemId = 2; optional int32 itemCount = 3; optional int32 position = 4; + optional string username = 5; } message GetAllDeathPathRewardInfoResponse{ repeated RewardInfo info = 1; From 30e91f14a7665a6908ea11f68c383e467005f37c Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 20 May 2020 21:16:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=85=AC=E4=BC=9Aid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Family.proto b/protos/Family.proto index cb9b789..fc06515 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -427,6 +427,7 @@ import "CommonProto.proto"; message DeathPathInfo{ optional int32 pathId = 1; optional string guildName = 2; + optional int32 gid = 3; } message GetDeathPathStatusResponse{