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/ZulAman/boss_hexlord.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/ZulAman') diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp index 0c5ed3dbc58..cf321021290 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp @@ -112,8 +112,6 @@ class spell_hexlord_unstable_affliction : public SpellScriptLoader class spell_hexlord_unstable_affliction_AuraScript : public AuraScript { - PrepareAuraScript(spell_hexlord_unstable_affliction_AuraScript); - bool Validate(SpellInfo const* /*spell*/) override { return ValidateSpellInfo({ SPELL_WL_UNSTABLE_AFFL_DISPEL }); -- cgit v1.2.3