1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00

Cleanup of GameConnection

This commit is contained in:
Mordred 2023-02-27 09:57:22 +01:00
parent cd01ed7295
commit 6cb86efd47

View file

@ -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;