summaryrefslogtreecommitdiff
path: root/src/net/tmwa/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/vendinghandler.h')
-rw-r--r--src/net/tmwa/vendinghandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/vendinghandler.h b/src/net/tmwa/vendinghandler.h
index fee23c0be..f23e8276c 100644
--- a/src/net/tmwa/vendinghandler.h
+++ b/src/net/tmwa/vendinghandler.h
@@ -45,6 +45,11 @@ class VendingHandler final : public MessageHandler,
void buy(const Being *const being,
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;
};
} // namespace TmwAthena