diff --git a/Dalamud/Game/ClientState/Fates/Fate.cs b/Dalamud/Game/ClientState/Fates/Fate.cs
index 3d18bef38..5f9a4cb95 100644
--- a/Dalamud/Game/ClientState/Fates/Fate.cs
+++ b/Dalamud/Game/ClientState/Fates/Fate.cs
@@ -126,7 +126,7 @@ namespace Dalamud.Game.ClientState.Fates
///
/// Gets the position of this .
///
- public Vector3 Position => new(this.Struct->X, this.Struct->Y, this.Struct->Z);
+ public Vector3 Position => this.Struct->Location;
///
/// Gets the territory this is located in.
diff --git a/lib/FFXIVClientStructs b/lib/FFXIVClientStructs
index 9cebb534a..1eb51692e 160000
--- a/lib/FFXIVClientStructs
+++ b/lib/FFXIVClientStructs
@@ -1 +1 @@
-Subproject commit 9cebb534af20a6fc03ac9b38aceab453539dcb40
+Subproject commit 1eb51692ebda17b1d15e74b1064881d0518e4e32