1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 23:57:46 +00:00

updated opcodes -collette

Was sending the player to a solo duty when trying to Examine
This commit is contained in:
Arazati 2020-03-13 01:59:50 -07:00
parent d845162190
commit bf65499e61

View file

@ -291,11 +291,11 @@ namespace Sapphire::Network::Packets
FinishLoadingHandler = 0x01F5, // updated 5.18
CFCommenceHandler = 0x006F,
CFCommenceHandler = 0x0201, // updated 5.21
CFRegisterDuty = 0x0071,
CFRegisterRoulette = 0xFF72,
CFRegisterDuty = 0x00C4, // updated 5.21
CFRegisterRoulette = 0x030F, // updated 5.21
PlayTimeHandler = 0x0276, // updated 5.1
LogoutHandler = 0x015D, // updated 5.18
CancelLogout = 0x008F, // updated 5.1