From 2e7e49b749e16f5cf9d0a2f4518f9aa7fef2308b Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 24 Jul 2023 10:48:50 +0200 Subject: Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses --- src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/Stratholme') diff --git a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp index d35ef8f2bb7..ae665d2b2d1 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp @@ -325,8 +325,6 @@ public: // 31912 - Ysida Saved Credit Trigger class spell_ysida_saved_credit : public SpellScript { - PrepareSpellScript(spell_ysida_saved_credit); - bool Validate(SpellInfo const* /*spell*/) override { return ValidateSpellInfo({ SPELL_YSIDA_SAVED }); @@ -365,8 +363,6 @@ enum HauntingPhantoms // 16336 - Haunting Phantoms class spell_stratholme_haunting_phantoms : public AuraScript { - PrepareAuraScript(spell_stratholme_haunting_phantoms); - void CalcPeriodic(AuraEffect const* /*aurEff*/, bool& isPeriodic, int32& amplitude) { isPeriodic = true; -- cgit v1.2.3