aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw12x <none@none>2008-11-15 15:11:31 -0600
committerw12x <none@none>2008-11-15 15:11:31 -0600
commita0826dce0d4259771e3dded89922ad06e009183f (patch)
treefb4f069f90082c5571ef3852bdde3f772040def8
parent7d3997f7d62565ad326b2913c179f3bae7a84fc7 (diff)
[svn] Added missing includes.
--HG-- branch : trunk
-rw-r--r--src/game/MiscHandler.cpp1
-rw-r--r--src/game/SpellEffects.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp
index c4c6d4fc110..7196b57eac2 100644
--- a/src/game/MiscHandler.cpp
+++ b/src/game/MiscHandler.cpp
@@ -44,6 +44,7 @@
#include "SpellAuras.h"
#include "Pet.h"
#include "SocialMgr.h"
+#include "CellImpl.h"
void WorldSession::HandleRepopRequestOpcode( WorldPacket & /*recv_data*/ )
{
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index daf05ec51a0..f32a89db2b4 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -56,6 +56,7 @@
#include "SocialMgr.h"
#include "Util.h"
#include "TemporarySummon.h"
+#include "CellImpl.h"
#include "ScriptCalls.h" // for goober gameobject script
pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=