Core/Spells: Remove feral attack power bonus

This commit is contained in:
Shocker
2011-11-26 23:47:01 +02:00
parent a2f6a2b6ca
commit 29400b4198
3 changed files with 0 additions and 19 deletions

View File

@@ -273,12 +273,6 @@ void Player::UpdateMaxPower(Powers power)
SetMaxPower(power, uint32(value));
}
void Player::ApplyFeralAPBonus(int32 amount, bool apply)
{
_ModifyUInt32(apply, m_baseFeralAP, amount);
UpdateAttackPowerAndDamage();
}
void Player::UpdateAttackPowerAndDamage(bool ranged)
{
float val2 = 0.0f;