1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00

Updated SearchInfo Ipcs and Fixed OnlineStatus

This commit is contained in:
Biscuit Boy 2018-01-29 20:36:38 +11:00
parent 1895accd5e
commit a588cc53c4
2 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ namespace Packets {
CFRegistered = 0x00B8, // updated 4.1 CFRegistered = 0x00B8, // updated 4.1
SocialRequestResponse = 0x00BB, // updated 4.1 SocialRequestResponse = 0x00BB, // updated 4.1
SocialList = 0x00BE, // updated 4.1 SocialList = 0x00BE, // updated 4.1
UpdateSearchInfo = 0x10BB, UpdateSearchInfo = 0x00C0, // updated 4.1
InitSearchInfo = 0x00C1, // updated 4.1 InitSearchInfo = 0x00C1, // updated 4.1
ServerNotice = 0x00C6, // updated 4.1 ServerNotice = 0x00C6, // updated 4.1
SetOnlineStatus = 0x00C7, // updated 4.1 SetOnlineStatus = 0x00C7, // updated 4.1
@ -167,7 +167,7 @@ namespace Packets {
SocialListHandler = 0x00B3, // updated 4.1 SocialListHandler = 0x00B3, // updated 4.1
SetSearchInfoHandler = 0x00B5, // updated 4.1 SetSearchInfoHandler = 0x00B5, // updated 4.1
ReqSearchInfoHandler = 0x00B6, // updated 4.1 ReqSearchInfoHandler = 0x00B4, // updated 4.1
BlackListHandler = 0x00C0, // updated 4.1 BlackListHandler = 0x00C0, // updated 4.1

View file

@ -343,10 +343,10 @@ struct FFXIVIpcPlayerSpawn : FFXIVIpcBasePacket<PlayerSpawn>
uint8_t u2b; uint8_t u2b;
uint8_t u2ab; uint8_t u2ab;
uint8_t gmRank; uint8_t gmRank;
uint8_t onlineStatus; uint8_t u3b;
uint8_t u3a; uint8_t u3a;
uint8_t u3b; uint8_t onlineStatus;
uint8_t u3c; uint8_t u3c;
uint8_t pose; uint8_t pose;