diff --git a/server/matchserver/proto/cs_proto.proto b/server/matchserver/proto/cs_proto.proto index f4b6d89d..87f7c24d 100644 --- a/server/matchserver/proto/cs_proto.proto +++ b/server/matchserver/proto/cs_proto.proto @@ -136,6 +136,7 @@ message MFTeamMember optional int64 total_lucky = 12; //英雄的 lucky 字段的总和 optional int32 valid_lefttime = 13; //最大有效时间 optional int32 admission_item_num = 14; //门票数 + optional int32 battling = 15; //是否战斗中 } //队伍信息