Fix Mark of Frost (23182) debuff (#133)
This commit is contained in:
parent
c234125fce
commit
3ba3df5284
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user