mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
fix actorcontrol and actorcontrolself opcodes being switched
thanks to ravahn for noticing
This commit is contained in:
parent
d0f942b732
commit
f895911b72
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