From fccb0cffc68ff81c5533713c2516ef912b10abaa Mon Sep 17 00:00:00 2001 From: Xfurry Date: Tue, 7 Jan 2014 06:46:45 +0200 Subject: [PATCH] Add positive exception for spell 56099 --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 10e816bc9..596fc59c9 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -753,6 +753,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex) case 37388: // Move 2 case 49634: // Sergeant's Flare case 54530: // Opening + case 56099: // Throw Ice case 62105: // To'kini's Blowgun return true; default: