Update jugement damage calculation for 3.2. by tali

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-25 11:11:27 +01:00
parent 6fca8e0244
commit 806a018ae3

View File

@@ -733,7 +733,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.16f*ap + 0.25f*sp);
damage += int32(0.14f*ap + 0.22f*sp);
}
break;
}