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;