From 622f592f44e6a53591514367cebad3fa9454eb4a Mon Sep 17 00:00:00 2001 From: Tykku Date: Wed, 3 Jul 2024 21:31:41 -0400 Subject: [PATCH] Oppsie --- BasicRotations/Melee/RPR_Default.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicRotations/Melee/RPR_Default.cs b/BasicRotations/Melee/RPR_Default.cs index edcb0de..ee44bba 100644 --- a/BasicRotations/Melee/RPR_Default.cs +++ b/BasicRotations/Melee/RPR_Default.cs @@ -81,7 +81,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) #region GCD Logic protected override bool GeneralGCD(out IAction? act) { - if (IsLastAction(true, GluttonyPvE) || Player.HasStatus(true, StatusID.Executioner)) + if (ExecutionersGuillotinePvE.EnoughLevel && (IsLastAction(true, GluttonyPvE) || Player.HasStatus(true, StatusID.Executioner))) { return ItsGluttonyTime(out act); }