From 5389375babbaee6504e9ce534829a8e7b15d087d Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 26 Mar 2019 02:19:05 +0100 Subject: [PATCH] Fixed build closes #52 --- .../BastionOfTwilight/bastion_of_twilight.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.h b/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.h index 238259bb3a6..69b04e8a52a 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.h +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.h @@ -160,11 +160,6 @@ enum BoTGameObjects GO_GRIM_BATOL_RAID_TRAP_DOOR = 205898 }; -enum BoTSpells -{ - SPELL_BERSERK = 26662 -}; - enum BoTActions { // Halfus Wyrmbreaker @@ -199,7 +194,8 @@ enum BoTEvents enum BoTSpells { - SPELL_DANCING_FLAMES_VISUAL = 83962 + SPELL_DANCING_FLAMES_VISUAL = 83962, + SPELL_BERSERK = 26662 }; template