From a588cc53c493453c870ebfaa28346cc236681d8d Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Mon, 29 Jan 2018 20:36:38 +1100 Subject: [PATCH] Updated SearchInfo Ipcs and Fixed OnlineStatus --- src/common/Network/PacketDef/Ipcs.h | 4 ++-- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 62dc2139..7349154f 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -60,7 +60,7 @@ namespace Packets { CFRegistered = 0x00B8, // updated 4.1 SocialRequestResponse = 0x00BB, // updated 4.1 SocialList = 0x00BE, // updated 4.1 - UpdateSearchInfo = 0x10BB, + UpdateSearchInfo = 0x00C0, // updated 4.1 InitSearchInfo = 0x00C1, // updated 4.1 ServerNotice = 0x00C6, // updated 4.1 SetOnlineStatus = 0x00C7, // updated 4.1 @@ -167,7 +167,7 @@ namespace Packets { SocialListHandler = 0x00B3, // updated 4.1 SetSearchInfoHandler = 0x00B5, // updated 4.1 - ReqSearchInfoHandler = 0x00B6, // updated 4.1 + ReqSearchInfoHandler = 0x00B4, // updated 4.1 BlackListHandler = 0x00C0, // updated 4.1 diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 53a5c50d..6d357ae3 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -343,10 +343,10 @@ struct FFXIVIpcPlayerSpawn : FFXIVIpcBasePacket uint8_t u2b; uint8_t u2ab; uint8_t gmRank; - uint8_t onlineStatus; + uint8_t u3b; uint8_t u3a; - uint8_t u3b; + uint8_t onlineStatus; uint8_t u3c; uint8_t pose;