mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
fix offset comment
This commit is contained in:
parent
c22f524435
commit
af36a3e9b5
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ struct FFXIVIpcInventoryModifyHandler :
|
||||||
{
|
{
|
||||||
/* 0000 */ uint32_t seq;
|
/* 0000 */ uint32_t seq;
|
||||||
/* 0004 */ Common::InventoryOperation action;
|
/* 0004 */ Common::InventoryOperation action;
|
||||||
/* 0005 */ uint8_t pad_0005[6];
|
/* 0006 */ uint8_t pad_0006[6];
|
||||||
/* 000C */ uint16_t fromContainer;
|
/* 000C */ uint16_t fromContainer;
|
||||||
/* 000E */ uint8_t pad_000E[2];
|
/* 000E */ uint8_t pad_000E[2];
|
||||||
/* 0010 */ uint8_t fromSlot;
|
/* 0010 */ uint8_t fromSlot;
|
||||||
|
|
Loading…
Add table
Reference in a new issue