diff options
Diffstat (limited to 'src/net/tmwa/markethandler.cpp')
-rw-r--r-- | src/net/tmwa/markethandler.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/markethandler.cpp b/src/net/tmwa/markethandler.cpp index 5e7a6a9c4..4ac91a5a8 100644 --- a/src/net/tmwa/markethandler.cpp +++ b/src/net/tmwa/markethandler.cpp @@ -51,4 +51,10 @@ void MarketHandler::close() { } +void MarketHandler::buyItem(const int itemId A_UNUSED, + const unsigned char color A_UNUSED, + const int amount A_UNUSED) const +{ +} + } // namespace TmwAthena |