From 550e1c71311dccc058ade4da743846772a8c42b9 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Fri, 26 Jul 2013 23:48:06 +0200 Subject: Core/Spells: Remove useless for druid "Savage Roar" - has already aura script --- src/server/scripts/Spells/spell_druid.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/server/scripts/Spells') diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp index 33f336baf76..aeda1687fe0 100644 --- a/src/server/scripts/Spells/spell_druid.cpp +++ b/src/server/scripts/Spells/spell_druid.cpp @@ -860,12 +860,6 @@ class spell_dru_stampede : public SpellScriptLoader return true; } - bool CheckProc(ProcEventInfo& eventInfo) - { - TC_LOG_ERROR(LOG_FILTER_SPELLS_AURAS, "procSpell: %u", eventInfo.GetDamageInfo()->GetSpellInfo()->Id); - return true; - } - void HandleEffectCatProc(AuraEffect const* aurEff, ProcEventInfo& eventInfo) { PreventDefaultAction(); @@ -887,7 +881,6 @@ class spell_dru_stampede : public SpellScriptLoader void Register() OVERRIDE { - DoCheckProc += AuraCheckProcFn(spell_dru_stampede_AuraScript::CheckProc); OnEffectProc += AuraEffectProcFn(spell_dru_stampede_AuraScript::HandleEffectCatProc, EFFECT_0, SPELL_AURA_DUMMY); OnEffectProc += AuraEffectProcFn(spell_dru_stampede_AuraScript::HandleEffectBearProc, EFFECT_1, SPELL_AURA_DUMMY); } -- cgit v1.2.3