Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaeris-Tempest committed Jul 23, 2024
1 parent 5c3191c commit a302ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2275,12 +2275,12 @@ public enum CustomComboPreset

[ConflictingCombos(PLD_ST_AdvancedMode)]
[ReplaceSkill(PLD.FastBlade)]
[CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 0)]
[CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 0)]
PLD_ST_SimpleMode = 11000,

[ConflictingCombos(PLD_AoE_AdvancedMode)]
[ReplaceSkill(PLD.TotalEclipse)]
[CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 1)]
[CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 1)]
PLD_AoE_SimpleMode = 11001,

// ST Advanced Mode
Expand Down

0 comments on commit a302ff5

Please sign in to comment.