diff options
author | n0n4m3 <none@none> | 2010-02-15 18:35:59 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-02-15 18:35:59 +0100 |
commit | 1e89a369e929731ff21f34f8879401f15dfd69ca (patch) | |
tree | 1bf7f321e99cdafdea46e849c2deebdd09d77ae1 /src | |
parent | bcd4a48328ddde592a440983b624a1e7d676d674 (diff) |
Update Judgement of Righteousness formula, by luksmaan.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 1cd986bbd96..aca99cce779 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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) |