parent
9197d78bf7
commit
5c36a32623
|
|
@ -419,9 +419,7 @@ 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
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue