Core/Scripts: remove no longer needed scripts, use db attribute for disabling procs

(e7ccd8ea3f followup)

- Fix some broken procs after c0cb823a91

Closes #19068
This commit is contained in:
ariel-
2017-02-22 17:54:12 -03:00
parent 0c372abac7
commit d0f760420a
7 changed files with 9 additions and 116 deletions
-7
View File
@@ -856,16 +856,9 @@ class spell_mage_hot_streak : public SpellScriptLoader
counter->SetAmount(25);
}
void HandleDummy(AuraEffect const* /*aurEff*/, ProcEventInfo& /*eventInfo*/)
{
// Prevent console spam
PreventDefaultAction();
}
void Register() override
{
OnEffectProc += AuraEffectProcFn(spell_mage_hot_streak_AuraScript::HandleProc, EFFECT_0, SPELL_AURA_DUMMY);
OnEffectProc += AuraEffectProcFn(spell_mage_hot_streak_AuraScript::HandleDummy, EFFECT_1, SPELL_AURA_DUMMY);
}
};