From f7cde70142b339c125b017b93ab62abd96e0cc9b Mon Sep 17 00:00:00 2001 From: edewen Date: Sun, 15 Sep 2024 16:00:39 -0400 Subject: [PATCH] Added line due to bad server tick causing double weave for some --- XIVSlothCombo/Combos/PvE/SCH.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVSlothCombo/Combos/PvE/SCH.cs b/XIVSlothCombo/Combos/PvE/SCH.cs index 1d21ce35c..f91ba7f1b 100644 --- a/XIVSlothCombo/Combos/PvE/SCH.cs +++ b/XIVSlothCombo/Combos/PvE/SCH.cs @@ -365,7 +365,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim return Dissipation; // Aetherflow - if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) && + if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) && !WasLastAction(Dissipation) && ActionReady(Aetherflow) && !Gauge.HasAetherflow() && InCombat() && CanSpellWeave(actionID)) return Aetherflow;