From 6cb86efd47dbf2c6dc6a88d5d9c8085b8803b1cc Mon Sep 17 00:00:00 2001 From: Mordred Date: Mon, 27 Feb 2023 09:57:22 +0100 Subject: [PATCH] Cleanup of GameConnection --- src/world/Manager/MarketMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Manager/MarketMgr.cpp b/src/world/Manager/MarketMgr.cpp index 92d38245..1056e248 100644 --- a/src/world/Manager/MarketMgr.cpp +++ b/src/world/Manager/MarketMgr.cpp @@ -63,7 +63,7 @@ bool MarketMgr::init() void MarketMgr::requestItemListingInfo( Entity::Player& player, uint32_t catalogId, uint32_t requestId ) { auto countPkt = makeZonePacket< FFFXIVIpcItemSearchResult >( player.getId() ); - countPkt->data().Count = 1 << 8; + countPkt->data().Count = 0; countPkt->data().CatalogID = catalogId; countPkt->data().Result = requestId;