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 3f5e93d75..ab8f45ecf 100644
--- a/src/net/tmwa/inventoryhandler.cpp
+++ b/src/net/tmwa/inventoryhandler.cpp
@@ -201,4 +201,8 @@ void InventoryHandler::expandInventoryConfirm() const
{
}
+void InventoryHandler::expandInventoryReject() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index 5dfa2d230..be0427462 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -83,6 +83,8 @@ class InventoryHandler final : public Ea::InventoryHandler
void expandInventoryConfirm() const override final;
+ void expandInventoryReject() const override final;
+
int getProjectileSlot() const override final
{ return 10; }