diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index a06ba322..43ca37fa 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -271,6 +271,8 @@ enum PropertyType_e kPropDmgShow = 51, kPropShowHonor = 52, kPropSpecShot = 53, + + kPropFlyTo = 54, }; enum SkinSlot_e diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index f47e1e1c..2ec9af8f 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -240,6 +240,7 @@ message MFVec3 value: 目标x value2: 目标y value3: 目标z + property_type: 54 传送到目标点(不用显示拖拽线) */ message MFPropertyChg {