From df4ede01d2fbd069271168727515e3322fb8734e Mon Sep 17 00:00:00 2001 From: Genesis <12591123+Genesis-Nova@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:31:37 -0500 Subject: [PATCH] Rolled in PR for issue #1385 so to not cause any conflicts. --- XIVSlothCombo/Combos/PvE/SMN.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVSlothCombo/Combos/PvE/SMN.cs b/XIVSlothCombo/Combos/PvE/SMN.cs index ad66bd27e..c421ace95 100644 --- a/XIVSlothCombo/Combos/PvE/SMN.cs +++ b/XIVSlothCombo/Combos/PvE/SMN.cs @@ -688,7 +688,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim } // Egi Order - if (IsEnabled(CustomComboPreset.SMN_DemiEgiMenu_EgiOrder) && gauge.SummonTimerRemaining == 0 && IsOnCooldown(SummonPhoenix) && IsOnCooldown(SummonBahamut)) + if (IsEnabled(CustomComboPreset.SMN_DemiEgiMenu_EgiOrder) && gauge.SummonTimerRemaining == 0) { if (gauge.IsIfritReady && !gauge.IsTitanReady && !gauge.IsGarudaReady && LevelChecked(SummonRuby)) return OriginalHook(SummonRuby);