Fix Mark of Frost (23182) debuff (#133)

This commit is contained in:
H0zen 2016-06-06 17:16:49 +03:00 committed by Antz
parent c234125fce
commit 3ba3df5284

View File

@ -681,11 +681,12 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
{
case 13003:
case 13010:
case 23182: // Mark of Frost
return false;
default:
break;
}
switch (spellproto->Effect[effIndex])
{
case SPELL_EFFECT_DUMMY: