Add positive exception for spell 56099

This commit is contained in:
Xfurry 2014-01-07 06:46:45 +02:00 committed by Antz
parent efb5223965
commit fccb0cffc6

View file

@ -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: