mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59:21 +02:00
Fix market tradeAs/showAs reading
This commit is contained in:
parent
a11d6e501e
commit
49f4c1c94b
@ -80,8 +80,8 @@ void ThingType::unserialize(uint16 clientId, ThingCategory category, const FileS
|
||||
case ThingAttrMarket: {
|
||||
MarketData market;
|
||||
market.category = fin->getU16();
|
||||
market.showAs = fin->getU16();
|
||||
market.tradeAs = fin->getU16();
|
||||
market.showAs = fin->getU16();
|
||||
market.name = fin->getString();
|
||||
market.restrictProfession = fin->getU16();
|
||||
market.requiredLevel = fin->getU16();
|
||||
|
Loading…
x
Reference in New Issue
Block a user