summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 02:23:18 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:39:13 +0300
commite7884fd8de40923ebadb0e9d810c597215821d65 (patch)
treed5dc79030ec9f47d49fdeb5be15f7010c1e81041 /src/net/tmwa
parent08c14216d4b628ea7ecfbc2e7448632ec514f3db (diff)
downloadplus-e7884fd8de40923ebadb0e9d810c597215821d65.tar.gz
plus-e7884fd8de40923ebadb0e9d810c597215821d65.tar.bz2
plus-e7884fd8de40923ebadb0e9d810c597215821d65.tar.xz
plus-e7884fd8de40923ebadb0e9d810c597215821d65.zip
Add packet CMSG_INVENTORY_EXPAND 0x0b14
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/inventoryhandler.cpp4
-rw-r--r--src/net/tmwa/inventoryhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryhandler.cpp b/src/net/tmwa/inventoryhandler.cpp
index 0c2b56e9e..ee60e399c 100644
--- a/src/net/tmwa/inventoryhandler.cpp
+++ b/src/net/tmwa/inventoryhandler.cpp
@@ -193,4 +193,8 @@ void InventoryHandler::mergetItemsCancel() const
{
}
+void InventoryHandler::expandInventory() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index 5d1a54d7f..a7e5a4b30 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -79,6 +79,8 @@ class InventoryHandler final : public Ea::InventoryHandler
void mergetItemsCancel() const override final;
+ void expandInventory() const override final;
+
int getProjectileSlot() const override final
{ return 10; }