Core/Scripts: fixed Festergut applying more than one stack of Inoculated at once

This commit is contained in:
ariel-
2017-12-27 20:37:40 -03:00
parent 42ad5332e4
commit c409ba8d9d

View File

@@ -481,7 +481,7 @@ class spell_festergut_blighted_spores : public SpellScriptLoader
void Register() override
{
OnEffectRemove += AuraEffectApplyFn(spell_festergut_blighted_spores_AuraScript::ExtraEffect, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE, AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK);
OnEffectRemove += AuraEffectRemoveFn(spell_festergut_blighted_spores_AuraScript::ExtraEffect, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE, AURA_EFFECT_HANDLE_REAL);
}
};