From 9197d78bf7264dff022360e33302625831cebb75 Mon Sep 17 00:00:00 2001 From: mengchengzhen <13682025901@163.com> Date: Fri, 26 Mar 2021 11:57:31 +0800 Subject: [PATCH] mount update --- protos/CommonProto.proto | 4 +++- protos/Family.proto | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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; }