mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Update Judgement of Righteousness formula, by luksmaan.
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user