diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 264e3cc..27be3f9 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -419,7 +419,9 @@ option optimize_for = SPEED; optional int32 head = 12; // 新头像 optional int32 frame = 13; // 头像框 optional int32 soulVal = 14; // 战斗力 - + optional int32 userSkin = 15; + optional int32 userTitle = 16; + optional int32 userMount = 17; } message GiftGoodsInfo{ optional int32 goodsId =1;//商品id diff --git a/protos/Family.proto b/protos/Family.proto index e5360af..db437ed 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -24,6 +24,9 @@ import "CommonProto.proto"; optional bool isTakeGuildHelpReward = 17; //是否领取公会奖励 repeated GuildHelpInfo guildHelpInfo = 18;//求援信息 每日清除 5点推送 optional int32 lastHelpSendTime =19 ; // 求援信息发送时间 + optional int32 userSkin = 20; + optional int32 userTitle = 21; + optional int32 userMount = 22; }