From 2288a403ad4377fbb552243e805aaf0b5a4f5a0d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Nov 2015 21:54:44 +0300 Subject: Allow buy from npc shop or from market more than one of item at one transaction. --- src/net/eathena/markethandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/markethandler.h') 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 &items) const override final; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2