diff --git a/EnmityPlugin/FFXIVMemory.cs b/EnmityPlugin/FFXIVMemory.cs index 1789182..394c965 100644 --- a/EnmityPlugin/FFXIVMemory.cs +++ b/EnmityPlugin/FFXIVMemory.cs @@ -376,9 +376,9 @@ public unsafe Combatant GetCombatantFromByteArray(byte[] source) combatant.PosY = *(Single*)&p[offset + 8]; combatant.Heading = *(Single*)&p[offset + 16]; - combatant.TargetID = *(uint*)&p[5744]; + combatant.TargetID = *(uint*)&p[5832]; - offset = 5880; + offset = 5968; if (combatant.type == ObjectType.PC || combatant.type == ObjectType.Monster) { combatant.CurrentHP = *(int*)&p[offset + 8];