Update Judgement of Righteousness formula, by luksmaan.

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2010-02-15 18:35:59 +01:00
parent bcd4a48328
commit 1e89a369e9

View File

@@ -708,7 +708,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
{
float ap = m_caster->GetTotalAttackPowerValue(BASE_ATTACK);
float sp = m_caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellInfo));
damage += int32(0.25f*ap + 0.4f*sp);
damage += int32(0.2f*ap + 0.32f*sp);
}
// Judgement of Wisdom, Light, Justice
else if(m_spellInfo->Id == 54158)