summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-30 00:01:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 16:37:02 +0300
commita39600b2ec8c71c74f2dad3569aba0fc0e8a9be4 (patch)
tree5beb47a433fb095ffc0a857b0804d4bc086528a7 /src/net/tmwa/buysellhandler.cpp
parent194e902a7231c814a23af9e41408301f3ce413c0 (diff)
downloadplus-a39600b2ec8c71c74f2dad3569aba0fc0e8a9be4.tar.gz
plus-a39600b2ec8c71c74f2dad3569aba0fc0e8a9be4.tar.bz2
plus-a39600b2ec8c71c74f2dad3569aba0fc0e8a9be4.tar.xz
plus-a39600b2ec8c71c74f2dad3569aba0fc0e8a9be4.zip
Remove additional parameters from processNpcSell function.
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index b59d0f1f9..4668c1829 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -75,7 +75,7 @@ void BuySellHandler::handleMessage(Net::MessageIn &msg)
break;
case SMSG_NPC_SELL:
- processNpcSell(msg, INVENTORY_OFFSET);
+ processNpcSell(msg);
break;
case SMSG_NPC_BUY_RESPONSE: