diff --git a/BasicRotations/Ranged/zDNC_Beta.cs b/BasicRotations/Ranged/zDNC_Beta.cs index a2cf46c..0ea5cde 100644 --- a/BasicRotations/Ranged/zDNC_Beta.cs +++ b/BasicRotations/Ranged/zDNC_Beta.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default", CombatType.PvE, GameVersion = "7.05", Description = "")] +[Rotation("zDNC Beta", CombatType.PvE, GameVersion = "7.05", Description = "")] [SourceCode(Path = "main/DefaultRotations/Ranged/zDNC_Beta.cs")] [Api(3)] public sealed class zDNC_Beta : DancerRotation @@ -283,4 +283,4 @@ private bool FinishTheDance(out IAction? act) return false; } #endregion -} \ No newline at end of file +}