From 480f3fb3d043d7919d767c6da4c1dbbda18b35d4 Mon Sep 17 00:00:00 2001 From: Mordred Date: Tue, 24 Jan 2023 08:30:39 +0100 Subject: [PATCH] WiP Buying More packet adjustments for housing. --- src/common/Common.h | 3 ++- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 56abe9ce..0e2ea771 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -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 diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 13b7b64e..4ab76eb1 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -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 >