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

Commit

Permalink
Update zDNC_Beta.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Aug 13, 2024
1 parent 853f69d commit d0c74fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BasicRotations/Ranged/zDNC_Beta.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -283,4 +283,4 @@ private bool FinishTheDance(out IAction? act)
return false;
}
#endregion
}
}

0 comments on commit d0c74fd

Please sign in to comment.