summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index ef18f4ce2..e14ca0596 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -45,6 +45,11 @@ class VendingHandler final : public MessageHandler,
const int index,
const int amount) const override final;
+ void buy2(const Being *const being,
+ const int vendId,
+ const int index,
+ const int amount) const override final;
+
protected:
static void processOpenReq(Net::MessageIn &msg);