Core/Scripts: Fixed Death and Decay

Closes #46
This commit is contained in:
ariel-
2016-01-20 01:35:02 -03:00
parent 93b31eeb4e
commit 47eba9ce1d
2 changed files with 9 additions and 1 deletions

View File

@@ -405,7 +405,7 @@ class spell_dk_death_and_decay : public SpellScriptLoader
void Register() override
{
OnEffectPeriodic += AuraEffectPeriodicFn(spell_dk_death_and_decay_AuraScript::HandleDummyTick, EFFECT_1, SPELL_AURA_PERIODIC_DUMMY);
OnEffectPeriodic += AuraEffectPeriodicFn(spell_dk_death_and_decay_AuraScript::HandleDummyTick, EFFECT_0, SPELL_AURA_PERIODIC_DUMMY);
}
};