[10456] Implement 60764

Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
zergtmn 2010-09-08 11:35:53 +03:00 committed by Laise
parent e115f635ef
commit 7092137ead
2 changed files with 5 additions and 1 deletions

View file

@ -2125,6 +2125,10 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
}
int32 extra_attack_power = CalculateSpellDamage(pVictim, windfurySpellEntry, EFFECT_INDEX_1);
// Totem of Splintering
if (Aura* aura = GetAura(60764, EFFECT_INDEX_0))
extra_attack_power += aura->GetModifier()->m_amount;
// Off-Hand case
if (castItem->GetSlot() == EQUIPMENT_SLOT_OFFHAND)