summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
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; }