From f895911b721af3a3b8ad6315b5f5950c1c461237 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Wed, 30 Oct 2019 22:48:20 +1100 Subject: [PATCH] fix actorcontrol and actorcontrolself opcodes being switched thanks to ravahn for noticing --- src/common/Network/PacketDef/Ipcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 464a6b34..807b6e2a 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -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 /*!