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:
parent
cd01ed7295
commit
6cb86efd47
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue