From 0a06a9cbbdbcfd32711597812ad275e1b112261d Mon Sep 17 00:00:00 2001 From: AllunEve <42642303+Alluneve@users.noreply.github.com> Date: Thu, 27 Mar 2025 03:48:32 +0100 Subject: [PATCH] Astral fire and Umbral ice are Gone. (#2214) Co-authored-by: Alluneve --- Dalamud/Game/ClientState/JobGauge/Types/BLMGauge.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dalamud/Game/ClientState/JobGauge/Types/BLMGauge.cs b/Dalamud/Game/ClientState/JobGauge/Types/BLMGauge.cs index ebf70abe7..c4058132a 100644 --- a/Dalamud/Game/ClientState/JobGauge/Types/BLMGauge.cs +++ b/Dalamud/Game/ClientState/JobGauge/Types/BLMGauge.cs @@ -19,11 +19,6 @@ public unsafe class BLMGauge : JobGaugeBase public short EnochianTimer => this.Struct->EnochianTimer; - /// - /// Gets the time remaining for Astral Fire or Umbral Ice in milliseconds. - /// - public short ElementTimeRemaining => this.Struct->ElementTimeRemaining; - /// /// Gets the number of Polyglot stacks remaining. ///