summaryrefslogtreecommitdiff
path: root/src/net/eathena/markethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r--src/net/eathena/markethandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index ab12cc215..41d2a0126 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -39,6 +39,10 @@ class MarketHandler final : public MessageHandler,
void close() override final;
+ void buyItem(const int itemId,
+ const unsigned char color,
+ const int amount) const override final;
+
protected:
void processMarketOpen(Net::MessageIn &msg);
};