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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index b824a8d8e..307c93ad9 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -45,6 +45,10 @@ class VendingHandler final : public Net::VendingHandler
const int index,
const int amount) const override final;
+ void buyItems(const Being *const being,
+ const std::vector<ShopItem*> &items) const
+ override final;
+
void createShop(const std::string &name,
const bool flag,
const std::vector<ShopItem*> &items) const