From c5285136a402184feadbe0e353c3b56f382ec47e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 30 Mar 2021 19:46:48 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 060179c4..186903ad 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -151,7 +151,8 @@ enum BuffEffectType_e kBET_ThroughWall = 50, //穿墙 kBET_Driver = 51, //驾驶中 kBET_Passenger = 52, //乘座中 - + kBET_Recoil = 55, //后坐力 + kBET_End }; @@ -418,4 +419,5 @@ const int FLY_BUFFID = 7001; const int JUMP_BUFFID = 7002; const int DRIVER_BUFFID = 7003; const int PASSENGER_BUFFID = 7004; +const int kRecoilBuffId = 7005;