From af36a3e9b59416ed52ba14a25f4d308eca5e3ec3 Mon Sep 17 00:00:00 2001 From: collett Date: Mon, 24 Feb 2020 18:31:15 +0900 Subject: [PATCH] fix offset comment --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index 5b9739b2..d486ee42 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -217,7 +217,7 @@ struct FFXIVIpcInventoryModifyHandler : { /* 0000 */ uint32_t seq; /* 0004 */ Common::InventoryOperation action; - /* 0005 */ uint8_t pad_0005[6]; + /* 0006 */ uint8_t pad_0006[6]; /* 000C */ uint16_t fromContainer; /* 000E */ uint8_t pad_000E[2]; /* 0010 */ uint8_t fromSlot;