Core/Spell:

*Barkskin can be used to stun and sleep.
This commit is contained in:
Retriman
2012-10-11 01:32:28 -04:00
parent 4596fc776e
commit d02298509f

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