diff --git a/server/matchserver/proto/cs_proto.proto b/server/matchserver/proto/cs_proto.proto index 5f27ac97..62f706cc 100644 --- a/server/matchserver/proto/cs_proto.proto +++ b/server/matchserver/proto/cs_proto.proto @@ -152,6 +152,7 @@ message MFTeamMember optional int64 vip_exp = 18; //vip经验 optional int32 has_vip_lucky = 19; //是否有vip幸运值加成 repeated MFBattleItem battle_items = 20; //带入战斗的道具 + optional int32 has_lucky_symbol = 21; //是否已使用幸运符 } //队伍信息