Fix playerChara

This commit is contained in:
Raymond 2021-08-26 13:12:23 -04:00
parent 24d83f0c94
commit db02b8f851

View file

@ -33,6 +33,6 @@ namespace Dalamud.Game.ClientState.Objects.SubKinds
/// <summary> /// <summary>
/// Gets the target actor ID of the PlayerCharacter. /// Gets the target actor ID of the PlayerCharacter.
/// </summary> /// </summary>
public override uint TargetObjectId => this.Struct->Character.TargetObjectID; public override uint TargetObjectId => this.Struct->Character.PlayerTargetObjectID;
} }
} }