mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Some fixes with layouts, NPC trade window, and market.
This commit is contained in:
@@ -581,7 +581,7 @@ void ProtocolGame::parseOpenNpcTrade(const InputMessagePtr& msg)
|
||||
|
||||
int listCount;
|
||||
|
||||
if(g_game.getClientVersion() >= 960)
|
||||
if(g_game.getClientVersion() >= 900)
|
||||
listCount = msg->getU16();
|
||||
else
|
||||
listCount = msg->getU8();
|
||||
|
Reference in New Issue
Block a user