Skip to content

Commit

Permalink
[PUSH] v.3.2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 23, 2024
1 parent f75261d commit b5503bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion XIVSlothCombo/XIVSlothCombo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Authors>Team Sloth</Authors>
<Company>-</Company>
<Version>3.2.0.6</Version>
<Version>3.2.0.7</Version>
<!-- This is the version that will be used when pushing to the repo.-->
<Description>XIVCombo for lazy players</Description>
<Copyright>Copyleft attick 2021 thanks attick UwU</Copyright>
Expand Down

0 comments on commit b5503bd

Please sign in to comment.