mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
opcode
This commit is contained in:
parent
1476477a1a
commit
21fffcd353
1 changed files with 4 additions and 5 deletions
|
@ -288,12 +288,11 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
FinishLoadingHandler = 0x007D, // updated 5.21
|
FinishLoadingHandler = 0x007D, // updated 5.21
|
||||||
|
|
||||||
CFCommenceHandler = 0x006F,
|
CFCommenceHandler = 0x0201, // updated 5.21
|
||||||
|
CFRegisterDuty = 0x00C4, // updated 5.21
|
||||||
|
CFRegisterRoulette = 0x030F, // updated 5.21
|
||||||
|
|
||||||
|
PlayTimeHandler = 0x0284, // updated 5.21
|
||||||
CFRegisterDuty = 0x0071,
|
|
||||||
CFRegisterRoulette = 0xFF72,
|
|
||||||
PlayTimeHandler = 0x0276, // updated 5.1
|
|
||||||
LogoutHandler = 0x0365, // updated 5.21
|
LogoutHandler = 0x0365, // updated 5.21
|
||||||
CancelLogout = 0x008F, // updated 5.1
|
CancelLogout = 0x008F, // updated 5.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue