From bb6d1b987b6a14cce9c7815f93892666d82eb29b Mon Sep 17 00:00:00 2001 From: NotAdam Date: Fri, 8 Mar 2019 00:35:35 +1100 Subject: [PATCH] cleanup skillhandler IPC structs having an array with 1 element --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index ee117d35..57e0b335 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -63,7 +63,7 @@ struct FFXIVIpcUpdatePosition : struct FFXIVIpcSkillHandler : FFXIVIpcBasePacket< SkillHandler > { - /* 0000 */ char pad_0000[1]; + /* 0000 */ char pad_0000; /* 0001 */ uint8_t type; /* 0002 */ char pad_0002[2]; /* 0004 */ uint32_t actionId; @@ -78,7 +78,7 @@ struct FFXIVIpcSkillHandler : struct FFXIVIpcAoESkillHandler : FFXIVIpcBasePacket< AoESkillHandler > { - /* 0000 */ char pad_0000[1]; + /* 0000 */ char pad_0000; /* 0001 */ uint8_t type; /* 0002 */ char pad_0002[2]; /* 0004 */ uint32_t actionId;