diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/inventoryhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp index df447c683..7e10bc69d 100644 --- a/src/net/eathena/inventoryhandler.cpp +++ b/src/net/eathena/inventoryhandler.cpp @@ -72,7 +72,7 @@ void InventoryHandler::handleMessage(Net::MessageIn &msg) { case SMSG_PLAYER_INVENTORY: case SMSG_PLAYER_STORAGE_ITEMS: - processPlayerInventory(msg, msg.getId() == SMSG_PLAYER_INVENTORY); + processPlayerInventory(msg); break; case SMSG_PLAYER_STORAGE_EQUIP: |