1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-22 10:07:44 +00:00

Corrected MarketTaxRates packet structure

This commit is contained in:
karashiiro 2019-11-01 09:25:35 -07:00
parent a3e15c22e4
commit 9cfe57d6e2

View file

@ -287,8 +287,9 @@ namespace Sapphire::Network::Packets::Server
{ {
uint32_t unknown1; uint32_t unknown1;
uint16_t padding1; uint16_t padding1;
uint16_t unknown2;
uint32_t taxRate[Common::TOWN_COUNT]; // In the order of Common::Town uint32_t taxRate[Common::TOWN_COUNT]; // In the order of Common::Town
uint64_t unknown2; uint64_t unknown3;
}; };
struct FFFXIVIpcMarketBoardItemListingCount : FFXIVIpcBasePacket< MarketBoardItemListingCount > struct FFFXIVIpcMarketBoardItemListingCount : FFXIVIpcBasePacket< MarketBoardItemListingCount >