From 7af03211fa67f28345043209f3fb3b6119d203fd Mon Sep 17 00:00:00 2001 From: Tykku Date: Thu, 25 Apr 2024 04:45:40 -0400 Subject: [PATCH] Update WAR_Beta.cs --- BasicRotations/Tank/WAR_Beta.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BasicRotations/Tank/WAR_Beta.cs b/BasicRotations/Tank/WAR_Beta.cs index 320c22e..408f1bc 100644 --- a/BasicRotations/Tank/WAR_Beta.cs +++ b/BasicRotations/Tank/WAR_Beta.cs @@ -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