diff options
author | QAston <none@none> | 2009-02-17 16:41:45 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-17 16:41:45 +0100 |
commit | 3c9d801eb2fecdb2140476c1aeac3d55e2ebd8ea (patch) | |
tree | c8e86fb2b8a9bec8611ad0780e33796f710d8bd0 /src/game/Player.cpp | |
parent | dff4f92edd5faa2f002ddd710350acb8d9fea125 (diff) |
Backed out changeset e85c3b6d551b
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 76e377f2be8..2ddd89d7b2f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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) |