mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 17:27:47 +00:00
Merge pull request #601 from Caraxi/patch-1
Update ClientTrigger OpCode
This commit is contained in:
commit
dce15dd142
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ namespace Sapphire::Network::Packets
|
|||
ReqCountdownCancel = 0x0136, // updated 5.0
|
||||
|
||||
ZoneLineHandler = 0x02E0, // updated 5.1
|
||||
ClientTrigger = 0x00B1, // updated 5.1
|
||||
ClientTrigger = 0x01F2, // updated 5.11
|
||||
DiscoveryHandler = 0x0177, // updated 5.1
|
||||
|
||||
PlaceFieldMarker = 0x013C, // updated 5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue