mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
opcode
This commit is contained in:
parent
965168b2ef
commit
2dcdc6ce23
1 changed files with 4 additions and 4 deletions
|
@ -352,10 +352,10 @@ namespace Sapphire::Network::Packets
|
|||
BuildPresetHandler = 0x0150, // updated 5.0
|
||||
|
||||
TalkEventHandler = 0x0281, // updated 5.21 hotfix
|
||||
EmoteEventHandler = 0x0246, // updated 5.21
|
||||
WithinRangeEventHandler = 0x02D1, // updated 5.21
|
||||
OutOfRangeEventHandler = 0x02FB, // updated 5.21
|
||||
EnterTeriEventHandler = 0x0284, // updated 5.21
|
||||
EmoteEventHandler = 0x0380, // updated 5.21 hotfix
|
||||
WithinRangeEventHandler = 0x0253, // updated 5.21 hotfix
|
||||
OutOfRangeEventHandler = 0x0206, // updated 5.21 hotfix
|
||||
EnterTeriEventHandler = 0x01B8, // updated 5.21 hotfix
|
||||
ShopEventHandler = 0x0156, // updated 5.0
|
||||
|
||||
ReturnEventHandler = 0x02A2, // updated 5.21 hotfix
|
||||
|
|
Loading…
Add table
Reference in a new issue