diff options
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 8ea71d76484..f5619c5041f 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -19,9 +19,12 @@ #include "Battleground.h" #include "ConditionMgr.h" #include "Corpse.h" +#include "DB2Stores.h" #include "GameTables.h" #include "InstanceScript.h" +#include "ItemTemplate.h" #include "Log.h" +#include "Map.h" #include "ObjectAccessor.h" #include "Pet.h" #include "Player.h" @@ -30,6 +33,7 @@ #include "SpellAuraEffects.h" #include "SpellMgr.h" #include "Vehicle.h" +#include <G3D/g3dmath.h> uint32 GetTargetFlagMask(SpellTargetObjectTypes objType) { |