Update BNpc TargetId

This commit is contained in:
Raymond 2021-08-26 10:28:51 -04:00
parent 75eac29634
commit dd7939b7ec
2 changed files with 4 additions and 1 deletions

View file

@ -23,5 +23,8 @@ namespace Dalamud.Game.ClientState.Objects.Types
/// Gets the BattleNpc <see cref="BattleNpcSubKind" /> of this BattleNpc.
/// </summary>
public BattleNpcSubKind BattleNpcKind => (BattleNpcSubKind)this.Struct->Character.GameObject.SubKind;
/// <inheritdoc/>
public override uint TargetObjectId => this.Struct->BattleNpcTargetObjectId;
}
}

@ -1 +1 @@
Subproject commit 74556bdfe469ed66ba77d613186a0c3d6eeda88d
Subproject commit f7a29c9fcb65f88eb8157e8645dd7231ed0b581a