diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-29 21:38:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-30 16:37:01 +0300 |
commit | 03763e4b290b80bc5606568b168f8605d7aa1631 (patch) | |
tree | 87f517d55a57b10da3aad9ded5755908b20b9ff3 /src/net/ea/inventoryhandler.h | |
parent | a175038656212737bb9b447dfb3b9a85f52d91a2 (diff) | |
download | plus-03763e4b290b80bc5606568b168f8605d7aa1631.tar.gz plus-03763e4b290b80bc5606568b168f8605d7aa1631.tar.bz2 plus-03763e4b290b80bc5606568b168f8605d7aa1631.tar.xz plus-03763e4b290b80bc5606568b168f8605d7aa1631.zip |
Remove additional parameters from processPlayerInventory function.
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index 76ceec765..3fe0ec6bb 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -80,8 +80,7 @@ class InventoryHandler notfinal : public Net::InventoryHandler static int getSlot(const int eAthenaSlot) A_WARN_UNUSED; - void processPlayerInventory(Net::MessageIn &msg, - const bool playerInvintory); + void processPlayerInventory(Net::MessageIn &msg); void processPlayerStorageEquip(Net::MessageIn &msg); |