diff options
| author | QAston <none@none> | 2009-02-17 18:16:51 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-02-17 18:16:51 +0100 |
| commit | eabb9b727b57e63e1d110787276d68164d0192e7 (patch) | |
| tree | 51eaa50005c6dc4d3a042ca530c3bbc988bd4fd1 /src/game/Player.cpp | |
| parent | f271e71dc55953f9ddff9b5e33c480cbeb67dff9 (diff) | |
| parent | 5916c5a9fb4f0b09789378d211f996577ca38f65 (diff) | |
*Merge.
--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 8b7423a5e56..3bb7c959ca0 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -6986,7 +6986,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) |
