From 69497b251263eb590d75326effa9fe7206c49ba0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2019 20:56:18 +0300 Subject: Update fields for packet SMSG_NPC_MARKET_OPEN --- src/net/eathena/marketrecv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/marketrecv.cpp b/src/net/eathena/marketrecv.cpp index 26149f561..745c9789d 100644 --- a/src/net/eathena/marketrecv.cpp +++ b/src/net/eathena/marketrecv.cpp @@ -84,7 +84,7 @@ void MarketRecv::processMarketOpen(Net::MessageIn &msg) const ItemTypeT type = static_cast(msg.readUInt8("type")); const int value = msg.readInt32("price"); const int amount = msg.readInt32("amount"); - msg.readInt16("view"); + msg.readInt16("weight"); // +++ compare with item weight from db? const ItemColor color = ItemColor_one; mBuyDialog->addItem(itemId, type, color, amount, value); } -- cgit v1.2.3-60-g2f50