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;