diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-07-12 18:52:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-07-12 18:52:42 +0200 |
commit | 7760b8e4ed5f9b2a44eba50adf1dc1d14d0dd953 (patch) | |
tree | 6717b4db81776813600784ee4087e08c4ffd88c4 /src | |
parent | 44a7b2994723691c218d3779ff8fd5a5115e5f64 (diff) |
Scripts/Spells: Cleanup includes after 53daa087aedcc0f68c935628f181256d89914ae2
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 { |