1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00

cleanup skillhandler IPC structs having an array with 1 element

This commit is contained in:
NotAdam 2019-03-08 00:35:35 +11:00
parent dea1f30f8b
commit bb6d1b987b

View file

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