mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
cleanup skillhandler IPC structs having an array with 1 element
This commit is contained in:
parent
dea1f30f8b
commit
bb6d1b987b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue