Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remove it

This commit is contained in:
Shauren
2020-08-20 16:03:47 +02:00
parent 7a5a010d41
commit 7d4fbf706a
51 changed files with 234 additions and 235 deletions
+1 -1
View File
@@ -1574,7 +1574,7 @@ class spell_warl_unstable_affliction : public SpellScriptLoader
void AddSC_warlock_spell_scripts()
{
RegisterAuraScript(spell_warl_curse_of_agony);
RegisterSpellScript(spell_warl_curse_of_agony);
new spell_warl_banish();
new spell_warl_create_healthstone();
new spell_warl_curse_of_doom();