1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Corrected MarketTaxRates packet structure

This commit is contained in:
karashiiro 2019-11-01 09:25:35 -07:00
parent a865f7a50d
commit e808619329

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 >