mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27:45 +00:00
WiP Buying More packet adjustments for housing.
This commit is contained in:
parent
b2f87c2f68
commit
480f3fb3d0
2 changed files with 3 additions and 2 deletions
|
@ -1621,7 +1621,8 @@ namespace Sapphire::Common
|
|||
{
|
||||
uint32_t price;
|
||||
uint8_t status;
|
||||
uint8_t fcTag[7];
|
||||
uint8_t name[32];
|
||||
uint8_t padding[3];
|
||||
};
|
||||
|
||||
struct HousingLayout
|
||||
|
|
|
@ -2024,6 +2024,7 @@ struct FFXIVIpcEorzeaTimeOffset : FFXIVIpcBasePacket< TimeOffset >
|
|||
uint32_t Like;
|
||||
uint8_t Welcome;
|
||||
uint8_t Size;
|
||||
uint8_t Padding;
|
||||
char Name[23];
|
||||
char Greeting[193];
|
||||
char OwnerName[31];
|
||||
|
@ -2058,7 +2059,6 @@ struct FFXIVIpcEorzeaTimeOffset : FFXIVIpcBasePacket< TimeOffset >
|
|||
Common::CharaLandData CharaLands;
|
||||
Common::CharaLandData apartment;
|
||||
Common::CharaLandData sharedHouse[2];
|
||||
Common::CharaLandData unknownHouse;
|
||||
};
|
||||
|
||||
struct FFXIVIpcHousingWelcome : FFXIVIpcBasePacket< HousingWelcome >
|
||||
|
|
Loading…
Add table
Reference in a new issue