From 298dad660aac9b377ccde6ad861a794fe7a55fda Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 15 Aug 2024 17:12:48 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 59dfb032..0bd488c2 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -416,6 +416,7 @@ message MFPlayerFull optional int32 max_armor_shield = 74; //最大护甲 optional int32 box_num = 75; //宝箱数量 + optional int32 hero_quality = 76; //英雄品阶<=1是N阶,1阶是2,2阶是3。。。。。 } //阻挡物-部分