Backed out changeset e85c3b6d551b

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-17 16:41:45 +01:00
parent dff4f92edd
commit 3c9d801eb2
5 changed files with 34 additions and 36 deletions

View File

@@ -7006,7 +7006,7 @@ void Player::_ApplyItemBonuses(ItemPrototype const *proto, uint8 slot, bool appl
ApplyFeralAPBonus(feral_bonus, apply);
}
if(IsInFeralForm() || !CanUseAttackType(attType))
if(!IsInFeralForm() || !CanUseAttackType(attType))
return;
if (proto->Delay)