mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
commit
ca270c8c50
1 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ namespace Packets {
|
|||
{
|
||||
Ping = 0x0065,
|
||||
Init = 0x0066,
|
||||
Chat = 0x00B9,
|
||||
Chat = 0x00E1, // updated 4.2
|
||||
ChatBanned = 0x006B,
|
||||
Logout = 0x0077,
|
||||
CFNotify = 0x0078,
|
||||
|
@ -56,7 +56,7 @@ namespace Packets {
|
|||
|
||||
|
||||
SocialRequestError = 0x00AD,
|
||||
Playtime = 0x00B7, // updated 4.1
|
||||
Playtime = 0x00DF, // updated 4.2
|
||||
CFRegistered = 0x00B8, // updated 4.1
|
||||
SocialRequestResponse = 0x00BB, // updated 4.1
|
||||
SocialList = 0x00E7, // updated 4.2
|
||||
|
@ -76,7 +76,7 @@ namespace Packets {
|
|||
PlayerSpawn = 0x015C, // updated 4.2
|
||||
NpcSpawn = 0x015D, // updated 4.2
|
||||
ActorMove = 0x015E, // updated 4.2
|
||||
ActorSetPos = 0x015F, // updated 4.2
|
||||
ActorSetPos = 0x0160, // updated 4.2
|
||||
ActorCast = 0x0162, // updated 4.2
|
||||
HateList = 0x0165, // updated 4.2
|
||||
UpdateClassInfo = 0x0169, // updated 4.2
|
||||
|
@ -101,7 +101,7 @@ namespace Packets {
|
|||
InventoryTransaction = 0x017D, // updated 4.2
|
||||
CurrencyCrystalInfo = 0x017E, // updated 4.2
|
||||
InventoryActionAck = 0x1139,
|
||||
UpdateInventorySlot = 0x0153, // updated 4.1
|
||||
UpdateInventorySlot = 0x0180, // updated 4.2
|
||||
|
||||
EventPlay = 0x018E, // updated 4.2
|
||||
EventStart = 0x0198, // updated 4.2
|
||||
|
@ -128,7 +128,7 @@ namespace Packets {
|
|||
|
||||
EorzeaTimeOffset = 0x01C0, // updated 4.1
|
||||
|
||||
EquipDisplayFlags = 0x01CC, // updated 4.1
|
||||
EquipDisplayFlags = 0x01FA, // updated 4.2
|
||||
|
||||
CFAvailableContents = 0x01CF,
|
||||
|
||||
|
@ -173,7 +173,7 @@ namespace Packets {
|
|||
|
||||
LinkshellListHandler = 0x00E8, // updated 4.2
|
||||
|
||||
FcInfoReqHandler = 0x0109, // updated 4.1
|
||||
FcInfoReqHandler = 0x011A, // updated 4.2
|
||||
|
||||
ZoneLineHandler = 0x0130, // updated 4.2
|
||||
ActionHandler = 0x0131, // updated 4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue