From db17aab6b79c55884284fde41d811d61c3353ed9 Mon Sep 17 00:00:00 2001 From: Tykku Date: Thu, 30 May 2024 03:30:28 -0400 Subject: [PATCH] Revert "Fix for Mistake Push" This reverts commit a2801a7298d1a08d6a8b56aa28861c2b36f8e5b1. --- BasicRotations/Ranged/DNC_Default.cs | 2 +- BasicRotations/Ranged/MCH_Default.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BasicRotations/Ranged/DNC_Default.cs b/BasicRotations/Ranged/DNC_Default.cs index ceae923..2b93e02 100644 --- a/BasicRotations/Ranged/DNC_Default.cs +++ b/BasicRotations/Ranged/DNC_Default.cs @@ -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 diff --git a/BasicRotations/Ranged/MCH_Default.cs b/BasicRotations/Ranged/MCH_Default.cs index 9ee83ef..d539ead 100644 --- a/BasicRotations/Ranged/MCH_Default.cs +++ b/BasicRotations/Ranged/MCH_Default.cs @@ -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