1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

WiP Buying More packet adjustments for housing.

This commit is contained in:
Mordred 2023-01-24 08:30:39 +01:00
parent b2f87c2f68
commit 480f3fb3d0
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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 >