From 3ba3df52847a7e6c15a7ead0a411a8f0f605788b Mon Sep 17 00:00:00 2001 From: H0zen Date: Mon, 6 Jun 2016 17:16:49 +0300 Subject: [PATCH] Fix Mark of Frost (23182) debuff (#133) --- src/game/Object/SpellMgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: