diff --git a/XIVSlothCombo/Combos/CustomComboPreset.cs b/XIVSlothCombo/Combos/CustomComboPreset.cs index 41d9d6c30..e0539e3e7 100644 --- a/XIVSlothCombo/Combos/CustomComboPreset.cs +++ b/XIVSlothCombo/Combos/CustomComboPreset.cs @@ -2351,6 +2351,9 @@ public enum CustomComboPreset [CustomComboInfo("Simple Mode - AoE", "Consolidates the AoE rotation into one button, ideal for newcomers.", PCT.JobID)] PCT_AoE_SimpleMode = 20001, + #region ST + + [ReplaceSkill(PCT.FireInRed)] [ConflictingCombos(CombinedAetherhues, PCT_ST_SimpleMode)] [CustomComboInfo("Advanced Mode - Single Target", $"Replaces Fire in Red with a one-button full single target rotation.\nThese features are ideal if you want to customize the rotation.", PCT.JobID)] @@ -2603,9 +2606,6 @@ public enum CustomComboPreset [CustomComboInfo("One Button Paint", "Consolidates paint-consuming actions into one button.", PCT.JobID)] CombinedPaint = 20004, - #region ST - - // Last value for AoE = 20067 #endregion diff --git a/XIVSlothCombo/XIVSlothCombo.csproj b/XIVSlothCombo/XIVSlothCombo.csproj index 96b95d110..dcdd84427 100644 --- a/XIVSlothCombo/XIVSlothCombo.csproj +++ b/XIVSlothCombo/XIVSlothCombo.csproj @@ -4,7 +4,7 @@ Team Sloth - - 3.2.0.6 + 3.2.0.7 XIVCombo for lazy players Copyleft attick 2021 thanks attick UwU