[7792] Fix one rogue spell AP bonus Author: DiSlord

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-06 17:01:30 -05:00
parent 39dc2d1c4d
commit 2d0311d766

View File

@@ -553,7 +553,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
// Gouge
else if(m_spellInfo->SpellFamilyFlags[0] & 0x8)
{
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.02f);
damage += int32(m_caster->GetTotalAttackPowerValue(BASE_ATTACK)*0.21f);
}
// Instant Poison
else if(m_spellInfo->SpellFamilyFlags[0] & 0x2000)