summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 03:15:56 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 03:15:56 +0300
commit1b0b820965425d1e5a40668faf75b3e41e870e45 (patch)
tree72032251e59cb4f67716b1aa63d7f00c23582b12 /src/net/tmwa
parente7884fd8de40923ebadb0e9d810c597215821d65 (diff)
downloadplus-1b0b820965425d1e5a40668faf75b3e41e870e45.tar.gz
plus-1b0b820965425d1e5a40668faf75b3e41e870e45.tar.bz2
plus-1b0b820965425d1e5a40668faf75b3e41e870e45.tar.xz
plus-1b0b820965425d1e5a40668faf75b3e41e870e45.zip
Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16
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 ee60e399c..3f5e93d75 100644
--- a/src/net/tmwa/inventoryhandler.cpp
+++ b/src/net/tmwa/inventoryhandler.cpp
@@ -197,4 +197,8 @@ void InventoryHandler::expandInventory() const
{
}
+void InventoryHandler::expandInventoryConfirm() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index a7e5a4b30..5dfa2d230 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -81,6 +81,8 @@ class InventoryHandler final : public Ea::InventoryHandler
void expandInventory() const override final;
+ void expandInventoryConfirm() const override final;
+
int getProjectileSlot() const override final
{ return 10; }