diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_quest.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index d598f64b998..87f4d9d019f 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -22,16 +22,10 @@ */ #include "ScriptMgr.h" -#include "CellImpl.h" -#include "CreatureAIImpl.h" -#include "CreatureTextMgr.h" -#include "GridNotifiersImpl.h" #include "ObjectMgr.h" #include "Player.h" -#include "ScriptedCreature.h" -#include "SpellAuraEffects.h" +#include "SpellAuras.h" #include "SpellScript.h" -#include "Vehicle.h" enum TamingTheBeast { |