diff options
| author | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
| commit | 5a99dfad149245c685c088e9e08aa445428b9e53 (patch) | |
| tree | 9a1c27b6c9ec950da21df00251df09e8142bdb76 /src/server/scripts/EasternKingdoms | |
| parent | b460c496e2e2801bc2ff8ac8326765da094fbec3 (diff) | |
Warning fixes + compile fix after the merge
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp | 1 | ||||
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp index d4886bc3795..c0023b006d7 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp @@ -27,6 +27,7 @@ EndScriptData */ #include "ScriptedCreature.h" #include "zulaman.h" #include "GridNotifiers.h" +#include "CellImpl.h" enum eEnums { diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp index b5646a16692..e4360c1c8ad 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_nalorakk.cpp @@ -27,6 +27,7 @@ EndScriptData */ #include "ScriptedCreature.h" #include "zulaman.h" #include "GridNotifiers.h" +#include "CellImpl.h" //Trash Waves float NalorakkWay[8][3] = |
