From ee42b631f296c9e77d4257b0f84b81f990377728 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Dec 2014 01:46:26 +0300 Subject: Allow buy in market with amount > 1 for non stackable items. --- src/net/markethandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/markethandler.h') diff --git a/src/net/markethandler.h b/src/net/markethandler.h index 8e31d8613..83964bd80 100644 --- a/src/net/markethandler.h +++ b/src/net/markethandler.h @@ -37,6 +37,7 @@ class MarketHandler notfinal virtual void close() = 0; virtual void buyItem(const int itemId, + const int type, const unsigned char color, const int amount) const = 0; }; -- cgit v1.2.3-70-g09d2