From c9edbc8aac4af0de2ae6cee53bcd590cb61c2a3a Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Sat, 12 Oct 2019 23:50:41 -0700 Subject: [PATCH] This was marked todo --- src/common/Network/PacketDef/Zone/ClientZoneDef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ClientZoneDef.h b/src/common/Network/PacketDef/Zone/ClientZoneDef.h index 7b0d39ea..bc728cbe 100644 --- a/src/common/Network/PacketDef/Zone/ClientZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ClientZoneDef.h @@ -40,9 +40,9 @@ struct FFXIVIpcClientTrigger : /* 0004 */ uint32_t param11; /* 0008 */ uint32_t param12; /* 000C */ uint32_t param2; - /* 0010 */ uint32_t param4; // todo: really? - /* 0014 */ uint32_t param5; - /* 0018 */ uint64_t param3; + /* 0010 */ uint32_t param3; + /* 0014 */ uint32_t param4; + /* 0018 */ uint64_t param5; }; struct FFXIVIpcUpdatePosition :