mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
opcode fixes
This commit is contained in:
parent
f53d342d17
commit
bbf3188d92
1 changed files with 4 additions and 4 deletions
|
@ -295,7 +295,7 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
|
||||
CFRegisterDuty = 0x0071,
|
||||
CFRegisterRoulette = 0x0072,
|
||||
CFRegisterRoulette = 0xFF72,
|
||||
PlayTimeHandler = 0x0276, // updated 5.1
|
||||
LogoutHandler = 0x015D, // updated 5.18
|
||||
CancelLogout = 0x008F, // updated 5.1
|
||||
|
@ -341,9 +341,9 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
PlaceFieldMarker = 0x013C, // updated 5.0
|
||||
SkillHandler = 0x01BE, // updated 5.18
|
||||
GMCommand1 = 0x00A4, // updated 5.1
|
||||
GMCommand2 = 0x013F, // updated 5.0
|
||||
AoESkillHandler = 0x140, // updated 5.0
|
||||
GMCommand1 = 0x014D, // updated 5.18
|
||||
GMCommand2 = 0x03C2, // updated 5.18
|
||||
AoESkillHandler = 0x0072, // updated 5.18
|
||||
|
||||
UpdatePositionHandler = 0x0318, // updated 5.18
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue