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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index 30d1eb2b1..bcc59e351 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -39,6 +39,8 @@ class MarketHandler final : public Net::MarketHandler
const int type,
const ItemColor color,
const int amount) const override final;
+
+ void buyItems(std::vector<ShopItem*> &items) const override final;
};
} // namespace EAthena