diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/inventory.cpp b/src/game-server/inventory.cpp index 11065545..7bbaf483 100644 --- a/src/game-server/inventory.cpp +++ b/src/game-server/inventory.cpp @@ -545,8 +545,8 @@ bool Inventory::equip(int inventorySlot) InventoryData::iterator it; if ((it = mPoss->inventory.find(inventorySlot)) == mPoss->inventory.end()) { - return false; LOG_DEBUG("No existing item in inventory at slot: " << inventorySlot); + return false; } // Test the equipment scripted requirements |