From 6736982cc2bc73fc6aa118c8691fe89651d87781 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Oct 2024 17:20:27 +0800 Subject: [PATCH] 1 --- server/matchserver/proto/cs_proto.proto | 1 + 1 file changed, 1 insertion(+) 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; //是否已使用幸运符 } //队伍信息