diff options
Diffstat (limited to 'src/net/tmwa/tradehandler.cpp')
-rw-r--r-- | src/net/tmwa/tradehandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/tradehandler.cpp b/src/net/tmwa/tradehandler.cpp index a63c530a6..581031f23 100644 --- a/src/net/tmwa/tradehandler.cpp +++ b/src/net/tmwa/tradehandler.cpp @@ -237,8 +237,8 @@ void TradeHandler::handleMessage(Net::MessageIn &msg) if (tradeWindow) { - tradeWindow->addItem2(item->getId(), true, quantity, - item->getRefine(), item->getColor(), + tradeWindow->addItem2(item->getId(), true, + quantity, item->getRefine(), item->getColor(), item->isEquipment()); } item->increaseQuantity(-quantity); |