summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r--src/net/eathena/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h
index e54704cfb..53e801934 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -71,6 +71,8 @@ class InventoryHandler final : public Ea::InventoryHandler
void identifyItem(const Item *const item) const override final;
+ void mergeItemsAck(const std::vector<Item*> &items) const override final;
+
int getProjectileSlot() const override final
{ return 23; }