Merge pull request #8042 from Retriman/SpellBarkskin

Core/Spell:
This commit is contained in:
kandera
2012-10-11 05:41:24 -07:00

View File

@@ -5621,7 +5621,7 @@ SpellCastResult Spell::CheckCasterAuras() const
break;
}
}
if (foundNotStun)
if (foundNotStun && m_spellInfo->Id != 22812)
prevented_reason = SPELL_FAILED_STUNNED;
}
else