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

Commit

Permalink
Merge pull request #59 from FFXIV-CombatReborn/I-don't-even-know-anymore
Browse files Browse the repository at this point in the history
Woops, forgot to name the beta
  • Loading branch information
Toshi authored Apr 25, 2024
2 parents 30f29c3 + 7af0321 commit f981566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BasicRotations/Tank/WAR_Beta.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
namespace DefaultRotations.Tank;

[Rotation("Default", CombatType.PvE, GameVersion = "6.58")]
[Rotation("Beta", CombatType.PvE, GameVersion = "6.58")]
[SourceCode(Path = "main/DefaultRotations/Tank/WAR_Beta.cs")]
[Api(1)]
public sealed class WAR_Beta : WarriorRotation
{
#region Config Options
[RotationConfig(CombatType.PvE, Name = "Only use Nascent Flash if Tank Stance is off")]
public bool NeverscentFlash { get; set; } = true;
public bool NeverscentFlash { get; set; } = false;
#endregion

#region Countdown Logic
Expand Down

0 comments on commit f981566

Please sign in to comment.