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

Woops, forgot to name the beta #59

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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