1
Fork 0
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:
NotAdam 2019-10-30 22:48:20 +11:00
parent fef9ce0b3e
commit 5c0d967b6d

View file

@ -52,8 +52,8 @@ namespace Sapphire::Network::Packets
InitZone = 0x019B, // updated 5.1 InitZone = 0x019B, // updated 5.1
EffectResult = 0x0153, // updated 5.1 EffectResult = 0x0153, // updated 5.1
ActorControl = 0x0264, // updated 5.1 ActorControl = 0x0164, // updated 5.1
ActorControlSelf = 0x0164, // updated 5.1 ActorControlSelf = 0x0264, // updated 5.1
ActorControlTarget = 0x016C, // updated 5.1 ActorControlTarget = 0x016C, // updated 5.1
/*! /*!