From d0c74fdb7531d72bbf503949d30daa92de93f8df Mon Sep 17 00:00:00 2001 From: LTS <127939494+LTS-FFXIV@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:26:55 -0500 Subject: [PATCH] Update zDNC_Beta.cs --- BasicRotations/Ranged/zDNC_Beta.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}