mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[11666] Warrior T10 Protection 4P Bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
405eb1f02a
commit
85a13fcc33
3 changed files with 12 additions and 1 deletions
|
|
@ -3014,6 +3014,12 @@ void Spell::cast(bool skipCheck)
|
|||
if (m_caster->HasAura(58375)) // Glyph of Blocking
|
||||
AddTriggeredSpell(58374); // Glyph of Blocking
|
||||
}
|
||||
// Bloodrage
|
||||
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000000000100))
|
||||
{
|
||||
if (m_caster->HasAura(70844)) // Item - Warrior T10 Protection 4P Bonus
|
||||
AddTriggeredSpell(70845); // Stoicism
|
||||
}
|
||||
// Bloodsurge (triggered), Sudden Death (triggered)
|
||||
else if (m_spellInfo->Id == 46916 || m_spellInfo->Id == 52437)
|
||||
// Item - Warrior T10 Melee 4P Bonus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue