mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Merge pull request #228 from AcedArmy/master
Updated SearchInfo IPC's and Fixed OnlineStatus
This commit is contained in:
commit
e708fc5624
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
@ -166,10 +166,9 @@ namespace Packets {
|
|||
|
||||
SocialReqSendHandler = 0x00AE, // updated 4.1
|
||||
SocialListHandler = 0x00B3, // updated 4.1
|
||||
ReqSearchInfoHandler = 0x00B4, // updated 4.1
|
||||
SetSearchInfoHandler = 0x00B5, // updated 4.1
|
||||
|
||||
ReqSearchInfoHandler = 0x00B6, // updated 4.1
|
||||
|
||||
BlackListHandler = 0x00C0, // updated 4.1
|
||||
|
||||
LinkshellListHandler = 0x00C8, // updated 4.1
|
||||
|
|
|
@ -343,10 +343,10 @@ struct FFXIVIpcPlayerSpawn : FFXIVIpcBasePacket<PlayerSpawn>
|
|||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue