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 13003:
|
||||||
case 13010:
|
case 13010:
|
||||||
|
case 23182: // Mark of Frost
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (spellproto->Effect[effIndex])
|
switch (spellproto->Effect[effIndex])
|
||||||
{
|
{
|
||||||
case SPELL_EFFECT_DUMMY:
|
case SPELL_EFFECT_DUMMY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user