From 9be90b76adb1518c4ffe0e365a18c5afcc3158f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Dec 2014 01:27:45 +0300 Subject: Add item type to item object. --- src/net/eathena/buysellhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/buysellhandler.cpp') diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index d4f7dfbaa..9f879e53b 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -99,10 +99,10 @@ void BuySellHandler::processNpcBuy(Net::MessageIn &msg) { const int value = msg.readInt32("price"); msg.readInt32("dc value?"); - msg.readUInt8("type"); + const int type = msg.readUInt8("type"); const int itemId = msg.readInt16("item id"); const unsigned char color = 1; - mBuyDialog->addItem(itemId, color, 0, value); + mBuyDialog->addItem(itemId, type, color, 0, value); } mBuyDialog->sort(); } -- cgit v1.2.3-60-g2f50