From c68f5054608d1bff9e9529a099848153f2ffcac6 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sun, 18 Mar 2018 10:30:50 +0100 Subject: Fixed build again --- .../BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp | 3 ++- src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp index b9a40745934..d48264aa8e7 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp @@ -15,7 +15,6 @@ * with this program. If not, see . */ -#include "blackrock_depths.h" #include "GameObjectAI.h" #include "GridNotifiers.h" #include "Group.h" @@ -28,6 +27,8 @@ #include "ScriptMgr.h" #include "SpellAuras.h" #include "SpellScript.h" +#include "TemporarySummon.h" +#include "blackrock_depths.h" enum DirebrewSays { diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp index d8e1c53718b..9ef4bd07b8f 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp @@ -15,7 +15,6 @@ * with this program. If not, see . */ -#include "black_temple.h" #include "CellImpl.h" #include "GridNotifiersImpl.h" #include "InstanceScript.h" @@ -24,6 +23,7 @@ #include "ScriptMgr.h" #include "SpellAuraEffects.h" #include "SpellScript.h" +#include "black_temple.h" enum Says { -- cgit v1.2.3