summaryrefslogtreecommitdiff
path: root/src/net/tmwa/vendinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/vendinghandler.cpp')
-rw-r--r--src/net/tmwa/vendinghandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/vendinghandler.cpp b/src/net/tmwa/vendinghandler.cpp
index b638ba6ee..deff011ca 100644
--- a/src/net/tmwa/vendinghandler.cpp
+++ b/src/net/tmwa/vendinghandler.cpp
@@ -56,4 +56,11 @@ void VendingHandler::buy(const Being *const being A_UNUSED,
{
}
+void VendingHandler::buy2(const Being *const being A_UNUSED,
+ const int vendId A_UNUSED,
+ const int index A_UNUSED,
+ const int amount A_UNUSED) const
+{
+}
+
} // namespace TmwAthena