Fix target

This commit is contained in:
Raymond 2021-08-27 08:58:44 -04:00
parent a6f351ad36
commit 5f8e309bd6

View file

@ -25,6 +25,6 @@ namespace Dalamud.Game.ClientState.Objects.Types
public BattleNpcSubKind BattleNpcKind => (BattleNpcSubKind)this.Struct->Character.GameObject.SubKind;
/// <inheritdoc/>
public override uint TargetObjectId => this.Struct->BattleNpcTargetObjectId;
public override uint TargetObjectId => this.Struct->Character.TargetObjectID;
}
}