From dc2957782b3fa5a58512f5f171170e387b7a7895 Mon Sep 17 00:00:00 2001 From: The Grox Empire <47816228+TheGroxEmpire@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:50:52 +0700 Subject: [PATCH 1/2] Launch warrior 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 657312b642..9b95e91a91 100644 --- a/ui/core/launched_sims.ts +++ b/ui/core/launched_sims.ts @@ -57,7 +57,7 @@ export const aplLaunchStatuses: Record = { [Spec.SpecShadowPriest]: LaunchStatus.Alpha, [Spec.SpecSmitePriest]: LaunchStatus.Launched, [Spec.SpecWarlock]: LaunchStatus.Alpha, - [Spec.SpecWarrior]: LaunchStatus.Alpha, + [Spec.SpecWarrior]: LaunchStatus.Launched, [Spec.SpecProtectionWarrior]: LaunchStatus.Launched, [Spec.SpecDeathknight]: LaunchStatus.Beta, [Spec.SpecTankDeathknight]: LaunchStatus.Beta, 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 2/2] 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,