mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Fixed AFK status crashing the game among with more opcodes
This commit is contained in:
parent
a88f94e9af
commit
bedcacd75f
1 changed files with 5 additions and 5 deletions
|
@ -77,11 +77,11 @@ namespace Packets {
|
|||
Chat = 0x00E1, // updated 4.2
|
||||
SocialList = 0x00E7, // updated 4.2
|
||||
|
||||
UpdateSearchInfo = 0x00EA, // updated 4.2
|
||||
InitSearchInfo = 0x00EB, // updated 4.2
|
||||
UpdateSearchInfo = 0x0100, // updated 4.3
|
||||
InitSearchInfo = 0x0101, // updated 4.3
|
||||
|
||||
ServerNotice = 0x0106, // updated 4.3
|
||||
SetOnlineStatus = 0x00F1, // updated 4.2
|
||||
SetOnlineStatus = 0x0107, // updated 4.3
|
||||
|
||||
CountdownInitiate = 0x0111, // updated 4.3
|
||||
CountdownCancel = 0x0112, // updated 4.3
|
||||
|
@ -156,7 +156,7 @@ namespace Packets {
|
|||
|
||||
EorzeaTimeOffset = 0x0204, // updated 4.3
|
||||
|
||||
EquipDisplayFlags = 0x01FA, // updated 4.2
|
||||
EquipDisplayFlags = 0x0210, // updated 4.3
|
||||
|
||||
CFAvailableContents = 0x01FD, // updated 4.2
|
||||
|
||||
|
@ -228,7 +228,7 @@ namespace Packets {
|
|||
UpdatePositionHandler = 0x0144, // updated 4.3
|
||||
UpdatePositionInstance = 0x0183, // updated 4.3
|
||||
|
||||
InventoryModifyHandler = 0x013F, // updated 4.2
|
||||
InventoryModifyHandler = 0x014B, // updated 4.3
|
||||
|
||||
TalkEventHandler = 0x0154, // updated 4.3
|
||||
EmoteEventHandler = 0x0155, // updated 4.3
|
||||
|
|
Loading…
Add table
Reference in a new issue