From ea93ad8a1e30d642d020d9c8747191dd49bb6d5f Mon Sep 17 00:00:00 2001 From: The Grox Empire <47816228+TheGroxEmpire@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:07:42 +0700 Subject: [PATCH] Warrior: Launch APL --- ui/core/launched_sims.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/launched_sims.ts b/ui/core/launched_sims.ts index b48688abf4..a252796213 100644 --- a/ui/core/launched_sims.ts +++ b/ui/core/launched_sims.ts @@ -57,7 +57,7 @@ export const aplLaunchStatuses: Record = { [Spec.SpecShadowPriest]: LaunchStatus.Beta, [Spec.SpecSmitePriest]: LaunchStatus.Launched, [Spec.SpecWarlock]: LaunchStatus.Beta, - [Spec.SpecWarrior]: LaunchStatus.Beta, + [Spec.SpecWarrior]: LaunchStatus.Launched, [Spec.SpecProtectionWarrior]: LaunchStatus.Launched, [Spec.SpecDeathknight]: LaunchStatus.Beta, [Spec.SpecTankDeathknight]: LaunchStatus.Beta,