From 041727421676872d094510ade46f374e6f7fb0c9 Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 28 Sep 2021 19:56:13 -0400 Subject: [PATCH] Update Fate for FateContext bugfix --- Dalamud/Game/ClientState/Fates/Fate.cs | 2 +- lib/FFXIVClientStructs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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