From 3060c102643d0cc87971a956a47fdaadb3b6de5c Mon Sep 17 00:00:00 2001 From: Biscuit Date: Thu, 11 Oct 2018 17:15:52 +1100 Subject: [PATCH] I WAS SO CLOSE --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 1fb94f8b..b4115dc4 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -1599,7 +1599,8 @@ struct FFXIVIpcWardYardInfo : struct FFXIVIpcSharedEstateSettingsResponse : FFXIVIpcBasePacket< SharedEstateSettingsResponse > { - struct playerEntry { + struct playerEntry + { uint64_t contentId; uint8_t permissions; char name[0x20];