From ed2c71093d16a445bb0f33909e8dffad3b8872cd Mon Sep 17 00:00:00 2001 From: Tartarga <109563717+Tartarga@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:04:13 -0500 Subject: [PATCH] Fixed AoE Heal Eukrasia Prognosis Fixes #1436 --- XIVSlothCombo/Combos/PvE/SGE.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVSlothCombo/Combos/PvE/SGE.cs b/XIVSlothCombo/Combos/PvE/SGE.cs index 62ef69f66..1e7b8ca42 100644 --- a/XIVSlothCombo/Combos/PvE/SGE.cs +++ b/XIVSlothCombo/Combos/PvE/SGE.cs @@ -509,7 +509,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim if (actionID is Prognosis) { if (IsEnabled(CustomComboPreset.SGE_AoE_Heal_EPrognosis) && HasEffect(Buffs.Eukrasia)) - return OriginalHook(EukrasianPrognosis); //ToDo Check if OriginalHook(Prognosis) is fine, bet it is + return OriginalHook(Prognosis); if (IsEnabled(CustomComboPreset.SGE_AoE_Heal_Rhizomata) && ActionReady(Rhizomata) && !Gauge.HasAddersgall())