Fix updating spellpower from attack power for paladins

--HG--
branch : trunk
This commit is contained in:
thenecromancer
2010-01-13 10:46:01 +01:00
parent 8c5ece6420
commit 83ddbf0f53

View File

@@ -397,7 +397,7 @@ void Player::UpdateAttackPowerAndDamage(bool ranged )
UpdateDamagePhysical(BASE_ATTACK);
if(CanDualWield() && haveOffhandWeapon()) //allow update offhand damage only if player knows DualWield Spec and has equipped offhand weapon
UpdateDamagePhysical(OFF_ATTACK);
if(getClass() == CLASS_SHAMAN) // mental quickness
if(getClass() == CLASS_SHAMAN || getClass() == CLASS_PALADIN) // mental quickness
UpdateSpellDamageAndHealingBonus();
if(pet && pet->IsPetGhoul()) // At ranged attack change for hunter pet