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

View file

@ -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
/*!