diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2018-03-18 10:30:50 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2018-03-18 10:30:50 +0100 |
commit | c68f5054608d1bff9e9529a099848153f2ffcac6 (patch) | |
tree | 9826e8c6e0aa1218c7e8842043d0f3325d3770e1 /src | |
parent | 8a4a570510bee11c148ffca2af94bed53bcf28a4 (diff) |
Fixed build again
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp | 3 | ||||
-rw-r--r-- | src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#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 { |