Skip to content

Commit

Permalink
fix launched apl specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov committed Jul 10, 2023
1 parent 8dcea33 commit 8468cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/launched_sims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const aplLaunchStatuses: Record<Spec, LaunchStatus> = {
[Spec.SpecShadowPriest]: LaunchStatus.Unlaunched,
[Spec.SpecSmitePriest]: LaunchStatus.Unlaunched,
[Spec.SpecWarlock]: LaunchStatus.Unlaunched,
[Spec.SpecWarrior]: LaunchStatus.Launched,
[Spec.SpecWarrior]: LaunchStatus.Unlaunched,
[Spec.SpecProtectionWarrior]: LaunchStatus.Unlaunched,
[Spec.SpecDeathknight]: LaunchStatus.Alpha,
[Spec.SpecTankDeathknight]: LaunchStatus.Alpha,
Expand Down

0 comments on commit 8468cc6

Please sign in to comment.