From 157010bbf80e7e629c6fecc375f6ae1b5f0386dd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 25 Dec 2023 15:01:33 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 2 ++ server/tools/protobuild/cs_proto.proto | 1 + 2 files changed, 3 insertions(+) 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 {