diff options
Diffstat (limited to 'src/net/tmwa/markethandler.h')
-rw-r--r-- | src/net/tmwa/markethandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/markethandler.h b/src/net/tmwa/markethandler.h index b9d1a013e..519884c1f 100644 --- a/src/net/tmwa/markethandler.h +++ b/src/net/tmwa/markethandler.h @@ -40,6 +40,7 @@ class MarketHandler final : public MessageHandler, void close() override final; void buyItem(const int itemId, + const int type, const unsigned char color, const int amount) const override final; |