mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44:16 +01:00
Fix target
This commit is contained in:
parent
a6f351ad36
commit
5f8e309bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ namespace Dalamud.Game.ClientState.Objects.Types
|
||||||
public BattleNpcSubKind BattleNpcKind => (BattleNpcSubKind)this.Struct->Character.GameObject.SubKind;
|
public BattleNpcSubKind BattleNpcKind => (BattleNpcSubKind)this.Struct->Character.GameObject.SubKind;
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public override uint TargetObjectId => this.Struct->BattleNpcTargetObjectId;
|
public override uint TargetObjectId => this.Struct->Character.TargetObjectID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue