diff --git a/src/game/Object/SpellMgr.cpp b/src/game/Object/SpellMgr.cpp index 8544cb49..c692d24a 100644 --- a/src/game/Object/SpellMgr.cpp +++ b/src/game/Object/SpellMgr.cpp @@ -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: