From ef3390cdd3c61eabb12b6e34b5bb8b745d0e2d0b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 29 Sep 2022 15:47:19 +0800 Subject: [PATCH] 1 --- server/gameserver/constant_export.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/constant_export.h b/server/gameserver/constant_export.h index 083cdb92..157303bf 100644 --- a/server/gameserver/constant_export.h +++ b/server/gameserver/constant_export.h @@ -18,6 +18,7 @@ const int kRescuerBuffId = 7017; const int kVertigoBuffId = 7018; const int kPeaceModeBuffId = 7019; const int kInRescueBuffId = 7020; +const int kKeepShotAnimiBuffId = 7021; const int kPullToWalkableBuffId = 8003; const int kDiveBuffId = 8054; const int kInvincibleBuffId = 1005;