1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00

more mapped packets

This commit is contained in:
Adam 2018-02-04 16:40:29 +11:00
parent 0ee68c1b1e
commit 9b1d15b401

View file

@ -82,11 +82,15 @@ namespace Packets {
ServerNotice = 0x00F0, // updated 4.2 ServerNotice = 0x00F0, // updated 4.2
SetOnlineStatus = 0x00F1, // updated 4.2 SetOnlineStatus = 0x00F1, // updated 4.2
CountdownInitiate = 0x00FB, // updated 4.2
CountdownCancel = 0x00FC, // updated 4.2
BlackList = 0x00FF, // updated 4.2 BlackList = 0x00FF, // updated 4.2
LogMessage = 0x00D0, LogMessage = 0x00D0,
LinkshellList = 0x0106, // updated 4.2 LinkshellList = 0x0106, // updated 4.2
SetCharacterFCInfo = 0x0114, // updated 4.2
StatusEffectList = 0x0125, // updated 4.2 StatusEffectList = 0x0125, // updated 4.2
Effect = 0x0128, // updated 4.2 Effect = 0x0128, // updated 4.2
GCAffiliation = 0x00FC, GCAffiliation = 0x00FC,
@ -197,6 +201,9 @@ namespace Packets {
FcInfoReqHandler = 0x011A, // updated 4.2 FcInfoReqHandler = 0x011A, // updated 4.2
CountdownInitiate = 0x012C, // updated 4.2
CountdownCancel = 0x012D, // updated 4.2
ZoneLineHandler = 0x0130, // updated 4.2 ZoneLineHandler = 0x0130, // updated 4.2
ActionHandler = 0x0131, // updated 4.2 ActionHandler = 0x0131, // updated 4.2
DiscoveryHandler = 0x0132, // updated 4.2 DiscoveryHandler = 0x0132, // updated 4.2