summaryrefslogtreecommitdiff
path: root/src/net/eathena/markethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-23 01:46:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-23 01:46:26 +0300
commitee42b631f296c9e77d4257b0f84b81f990377728 (patch)
treeccc1d65da1e39f896e1d25dda4ad851d2a57b746 /src/net/eathena/markethandler.h
parent9be90b76adb1518c4ffe0e365a18c5afcc3158f2 (diff)
downloadplus-ee42b631f296c9e77d4257b0f84b81f990377728.tar.gz
plus-ee42b631f296c9e77d4257b0f84b81f990377728.tar.bz2
plus-ee42b631f296c9e77d4257b0f84b81f990377728.tar.xz
plus-ee42b631f296c9e77d4257b0f84b81f990377728.zip
Allow buy in market with amount > 1 for non stackable items.
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r--src/net/eathena/markethandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index 055023038..ee69d73aa 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -42,6 +42,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;