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

Commit

Permalink
Revert "Fix for Mistake Push"
Browse files Browse the repository at this point in the history
This reverts commit a2801a7.
  • Loading branch information
Tykku committed May 30, 2024
1 parent a2801a7 commit db17aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/DNC_Default.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace DefaultRotations.Ranged;

[Rotation("Default", CombatType.PvE, GameVersion = "6.58")]
[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "Additonal contributions to this rotation thanks to Toshi!")]
[SourceCode(Path = "main/DefaultRotations/Ranged/DNC_Default.cs")]
[Api(1)]
public sealed class DNC_Default : DancerRotation
Expand Down
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/MCH_Default.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace DefaultRotations.Ranged;

[Rotation("Default", CombatType.PvE, GameVersion = "6.58")]
[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "Additonal contributions to this rotation thanks to Toshi!")]
[SourceCode(Path = "main/DefaultRotations/Ranged/MCH_Default.cs")]
[Api(1)]
public sealed class MCH_Default : MachinistRotation
Expand Down

0 comments on commit db17aab

Please sign in to comment.