diff --git a/Dalamud/Game/ClientState/Objects/SubKinds/PlayerCharacter.cs b/Dalamud/Game/ClientState/Objects/SubKinds/PlayerCharacter.cs index a850f8ac2..121dae753 100644 --- a/Dalamud/Game/ClientState/Objects/SubKinds/PlayerCharacter.cs +++ b/Dalamud/Game/ClientState/Objects/SubKinds/PlayerCharacter.cs @@ -33,6 +33,6 @@ namespace Dalamud.Game.ClientState.Objects.SubKinds /// /// Gets the target actor ID of the PlayerCharacter. /// - public override uint TargetObjectId => this.Struct->Character.TargetObjectID; + public override uint TargetObjectId => this.Struct->Character.PlayerTargetObjectID; } }