diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index c0df1442..9c8233ef 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -257,6 +257,7 @@ enum PropertyType_e kPropPickUp = 42, kProTeamNum = 43, kPropTeamId = 44, + kPropTzYsTime = 45, }; enum SkinSlot_e diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 3c32fd25..8a0cf919 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -194,6 +194,9 @@ message MFVec3 value: 成员数 property_type: 44 队伍id value: 队伍id + property_type: 45 兔子隐身提示时间 + property_subtype: 时间(单位毫秒) + value: max时间(单位毫秒) */ message MFPropertyChg {