summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r--src/net/tmwa/cashshophandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp
index 99acd6653..7eab823df 100644
--- a/src/net/tmwa/cashshophandler.cpp
+++ b/src/net/tmwa/cashshophandler.cpp
@@ -42,4 +42,11 @@ void CashShopHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
}
+void CashShopHandler::buy(const int points A_UNUSED,
+ const int itemId A_UNUSED,
+ const unsigned char color A_UNUSED,
+ const int amount A_UNUSED) const
+{
+}
+
} // namespace TmwAthena