1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

client opcode updates

This commit is contained in:
NotAdam 2018-07-06 20:32:36 +10:00
parent 228053834a
commit b3651c8abd

View file

@ -223,13 +223,17 @@ namespace Packets {
ReqJoinNoviceNetwork = 0x0129, // updated 4.2 ReqJoinNoviceNetwork = 0x0129, // updated 4.2
ReqCountdownInitiate = 0x012C, // updated 4.2
ReqCountdownCancel = 0x012D, // updated 4.2 ReqCountdownInitiate = 0x0138, // updated 4.3
ReqCountdownCancel = 0x0139, // updated 4.3
ClearWaymarks = 0x013A, // updated 4.3
ZoneLineHandler = 0x013C, // updated 4.3 ZoneLineHandler = 0x013C, // updated 4.3
ClientTrigger = 0x013D, // updated 4.3 ClientTrigger = 0x013D, // updated 4.3
DiscoveryHandler = 0x013E, // updated 4.3 DiscoveryHandler = 0x013E, // updated 4.3
AddWaymark = 0x013F, // updated 4.3
SkillHandler = 0x0140, // updated 4.3 SkillHandler = 0x0140, // updated 4.3
GMCommand1 = 0x0141, // updated 4.3 GMCommand1 = 0x0141, // updated 4.3
GMCommand2 = 0x0142, // updated 4.3 GMCommand2 = 0x0142, // updated 4.3