From 6129f8c5a84072c20df528e9f04c6479220e293c Mon Sep 17 00:00:00 2001 From: NotAdam Date: Fri, 8 Mar 2019 00:43:30 +1100 Subject: [PATCH] fix one more IPC padding type inconsistency --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index cda8f766..3d439dc7 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -83,7 +83,7 @@ struct FFXIVIpcAoESkillHandler : /* 0002 */ uint8_t pad_0002[2]; /* 0004 */ uint32_t actionId; /* 0008 */ uint16_t sequence; - /* 000A */ char pad_000C[6]; + /* 000A */ uint8_t pad_000C[6]; /* 0010 */ Common::FFXIVARR_POSITION3 pos; /* 001C */ uint32_t unknown; // could almost be rotation + 16 bits more padding? };