diff options
-rw-r--r-- | src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp | 1 | ||||
-rw-r--r-- | src/server/scripts/Kalimdor/HallsOfOrigination/boss_earthrager_ptah.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp b/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp index 74ded63d692..db34d22ff4e 100644 --- a/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp +++ b/src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp @@ -21,6 +21,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "Player.h" +#include "GridNotifiers.h" #include "zulgurub.h" enum Yells diff --git a/src/server/scripts/Kalimdor/HallsOfOrigination/boss_earthrager_ptah.cpp b/src/server/scripts/Kalimdor/HallsOfOrigination/boss_earthrager_ptah.cpp index 659350caa6d..cba0ea0b61c 100644 --- a/src/server/scripts/Kalimdor/HallsOfOrigination/boss_earthrager_ptah.cpp +++ b/src/server/scripts/Kalimdor/HallsOfOrigination/boss_earthrager_ptah.cpp @@ -22,6 +22,7 @@ #include "SpellAuraEffects.h" #include "Player.h" #include "Weather.h" +#include "WorldSession.h" #include "halls_of_origination.h" enum Texts |