Update Fate for FateContext bugfix

This commit is contained in:
Raymond 2021-09-28 19:56:13 -04:00
parent 658c3fa169
commit 0417274216
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ namespace Dalamud.Game.ClientState.Fates
/// <summary>
/// Gets the position of this <see cref="Fate"/>.
/// </summary>
public Vector3 Position => new(this.Struct->X, this.Struct->Y, this.Struct->Z);
public Vector3 Position => this.Struct->Location;
/// <summary>
/// Gets the territory this <see cref="Fate"/> is located in.

@ -1 +1 @@
Subproject commit 9cebb534af20a6fc03ac9b38aceab453539dcb40
Subproject commit 1eb51692ebda17b1d15e74b1064881d0518e4e32