From 5c0d967b6d4490ce585d491981bba4c6c4f85e59 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 /*!