[11503] Warrior t10 dps set bonuses.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
laise 2011-05-18 05:06:55 +04:00 committed by VladimirMangos
parent 9c65b04f5b
commit 440e80b5ae
5 changed files with 16 additions and 3 deletions

View file

@ -2978,6 +2978,12 @@ void Spell::cast(bool skipCheck)
if (m_caster->HasAura(58375)) // Glyph of Blocking
AddTriggeredSpell(58374); // Glyph of Blocking
}
// Bloodsurge (triggered), Sudden Death (triggered)
else if (m_spellInfo->Id == 46916 || m_spellInfo->Id == 52437)
// Item - Warrior T10 Melee 4P Bonus
if (Aura *aur = m_caster->GetAura(70847, EFFECT_INDEX_0))
if (roll_chance_i(aur->GetModifier()->m_amount))
AddTriggeredSpell(70849); // Extra Charge!
break;
}
case SPELLFAMILY_PRIEST: