diff options
Diffstat (limited to 'src/net/tmwa/markethandler.h')
-rw-r--r-- | src/net/tmwa/markethandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/markethandler.h b/src/net/tmwa/markethandler.h index d3e1a3101..b9d1a013e 100644 --- a/src/net/tmwa/markethandler.h +++ b/src/net/tmwa/markethandler.h @@ -38,6 +38,11 @@ class MarketHandler final : public MessageHandler, void handleMessage(Net::MessageIn &msg) override final; void close() override final; + + void buyItem(const int itemId, + const unsigned char color, + const int amount) const override final; + }; } // namespace TmwAthena |