diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 11ff72f..9517527 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -376,7 +376,7 @@ import "CommonProto.proto"; message ReplacePrupleMansionSealResponse{ repeated PurpleMansionSeal sealList = 1; - }; + } // 推送神印信息 message PurpleMansionSealIndication{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d47ce20..5875e98 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -80,6 +80,7 @@ import "CommonProto.proto"; optional int32 dailyredpack = 40;//每日福利红包领取次数 optional int32 practiceLevel = 41;//修行等级 repeated PurpleMansionSeal sealList = 42;//神印列表 + optional int32 randomCount = 43;//抽卡剩余必出 }