Core/Spell:
*Barkskin can be used to stun and sleep.
This commit is contained in:
@@ -5621,7 +5621,7 @@ SpellCastResult Spell::CheckCasterAuras() const
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (foundNotStun)
|
||||
if (foundNotStun && m_spellInfo->Id != 22812)
|
||||
prevented_reason = SPELL_FAILED_STUNNED;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user