From ab0364d043ef625883f7a7c8a7e20285f847c124 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 12 Oct 2022 16:07:31 +0800 Subject: [PATCH] 1 --- server/gameserver/constant_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/constant_export.h b/server/gameserver/constant_export.h index 523953b4..2a51f18d 100644 --- a/server/gameserver/constant_export.h +++ b/server/gameserver/constant_export.h @@ -19,7 +19,7 @@ const int kVertigoBuffId = 7018; const int kPeaceModeBuffId = 7019; const int kInRescueBuffId = 7020; const int kKeepShotAnimiBuffId = 7021; -const int kReverseMoveBuffId = 7022; +const int kVertigoEffectBuffId = 7022; const int kPullToWalkableBuffId = 8003; const int kDiveBuffId = 8054; const int kInvincibleBuffId = 1005;