mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix playerChara
This commit is contained in:
parent
24d83f0c94
commit
db02b8f851
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue