mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
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