diff --git a/protos/Family.proto b/protos/Family.proto index 701e7ed..813bdc6 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{ @@ -456,6 +457,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;