From 625487737d134f7a2ce657b876d62d953e99881d Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Wed, 19 Sep 2018 22:25:14 +1000 Subject: [PATCH] Fixed Gmrank in playerspawn --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 3bbf5a1a..d6bccdbd 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -446,10 +446,10 @@ struct FFXIVIpcPlayerSpawn : uint16_t u1b; uint8_t u2b; uint8_t u2ab; - uint8_t gmRank; + uint8_t u3a; uint8_t u3b; - uint8_t u3a; + uint8_t gmRank; uint8_t onlineStatus; uint8_t u3c; uint8_t pose;