mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
#565: add cancel logout opcode
This commit is contained in:
parent
1083b5ae3b
commit
cf0658d736
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ namespace Sapphire::Network::Packets
|
|||
CFRegisterRoulette = 0x0072,
|
||||
PlayTimeHandler = 0x0073, // unchanged 4.5
|
||||
LogoutHandler = 0x0074, // unchanged 4.5
|
||||
CancelLogout = 0x0075, // updated 5.0
|
||||
|
||||
CFDutyInfoHandler = 0x0078, // updated 4.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue