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

Commit

Permalink
Update WAR_Beta.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tykku committed Apr 25, 2024
1 parent 286ee12 commit 7af0321
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 7af0321

Please sign in to comment.