[9693] Update spell 6572 and ranks for 3.3.3

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
ilija 2010-04-08 05:39:57 +04:00 committed by VladimirMangos
parent cf6aac84fd
commit 93bc46b1f3
2 changed files with 3 additions and 3 deletions

View file

@ -405,9 +405,9 @@ void Spell::EffectSchoolDMG(SpellEffectIndex effect_idx)
damage = uint32(damage * m_caster->GetTotalAttackPowerValue(BASE_ATTACK) / 100);
m_caster->ModifyAuraState(AURA_STATE_WARRIOR_VICTORY_RUSH, false);
}
// Revenge ${$m1+$AP*0.207} to ${$M1+$AP*0.207}
// Revenge ${$m1+$AP*0.310} to ${$M1+$AP*0.310}
else if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000000000400))
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.207f);
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.310f);
// Heroic Throw ${$m1+$AP*.50}
else if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000100000000))
damage+= uint32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK) * 0.5f);