diff options
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r-- | src/net/eathena/vendinghandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h index 7e0bb8368..ef18f4ce2 100644 --- a/src/net/eathena/vendinghandler.h +++ b/src/net/eathena/vendinghandler.h @@ -41,6 +41,10 @@ class VendingHandler final : public MessageHandler, void open(const Being *const being) const override final; + void buy(const Being *const being, + const int index, + const int amount) const override final; + protected: static void processOpenReq(Net::MessageIn &msg); |