mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Corrected MarketTaxRates packet structure
This commit is contained in:
parent
a865f7a50d
commit
e808619329
1 changed files with 2 additions and 1 deletions
|
@ -287,8 +287,9 @@ namespace Sapphire::Network::Packets::Server
|
|||
{
|
||||
uint32_t unknown1;
|
||||
uint16_t padding1;
|
||||
uint16_t unknown2;
|
||||
uint32_t taxRate[Common::TOWN_COUNT]; // In the order of Common::Town
|
||||
uint64_t unknown2;
|
||||
uint64_t unknown3;
|
||||
};
|
||||
|
||||
struct FFFXIVIpcMarketBoardItemListingCount : FFXIVIpcBasePacket< MarketBoardItemListingCount >
|
||||
|
|
Loading…
Add table
Reference in a new issue