mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
fix one more IPC padding type inconsistency
This commit is contained in:
parent
b37c57619c
commit
6129f8c5a8
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ struct FFXIVIpcAoESkillHandler :
|
||||||
/* 0002 */ uint8_t pad_0002[2];
|
/* 0002 */ uint8_t pad_0002[2];
|
||||||
/* 0004 */ uint32_t actionId;
|
/* 0004 */ uint32_t actionId;
|
||||||
/* 0008 */ uint16_t sequence;
|
/* 0008 */ uint16_t sequence;
|
||||||
/* 000A */ char pad_000C[6];
|
/* 000A */ uint8_t pad_000C[6];
|
||||||
/* 0010 */ Common::FFXIVARR_POSITION3 pos;
|
/* 0010 */ Common::FFXIVARR_POSITION3 pos;
|
||||||
/* 001C */ uint32_t unknown; // could almost be rotation + 16 bits more padding?
|
/* 001C */ uint32_t unknown; // could almost be rotation + 16 bits more padding?
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue