mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
fix actorcontrol and actorcontrolself opcodes being switched
thanks to ravahn for noticing
This commit is contained in:
parent
fef9ce0b3e
commit
5c0d967b6d
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ namespace Sapphire::Network::Packets
|
|||
InitZone = 0x019B, // updated 5.1
|
||||
|
||||
EffectResult = 0x0153, // updated 5.1
|
||||
ActorControl = 0x0264, // updated 5.1
|
||||
ActorControlSelf = 0x0164, // updated 5.1
|
||||
ActorControl = 0x0164, // updated 5.1
|
||||
ActorControlSelf = 0x0264, // updated 5.1
|
||||
ActorControlTarget = 0x016C, // updated 5.1
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue