diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-23 01:46:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-23 01:46:26 +0300 |
commit | ee42b631f296c9e77d4257b0f84b81f990377728 (patch) | |
tree | ccc1d65da1e39f896e1d25dda4ad851d2a57b746 /src/net/tmwa/markethandler.h | |
parent | 9be90b76adb1518c4ffe0e365a18c5afcc3158f2 (diff) | |
download | plus-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/tmwa/markethandler.h')
-rw-r--r-- | src/net/tmwa/markethandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/markethandler.h b/src/net/tmwa/markethandler.h index b9d1a013e..519884c1f 100644 --- a/src/net/tmwa/markethandler.h +++ b/src/net/tmwa/markethandler.h @@ -40,6 +40,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; |