From cd2e5333a90e92a0dc96ffabe303314540289295 Mon Sep 17 00:00:00 2001 From: Kayla Glick <12898988+kayla-glick@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:12:42 -0500 Subject: [PATCH] Update presets.ts --- ui/warrior/presets.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/warrior/presets.ts b/ui/warrior/presets.ts index e31cf3ea4..e9755f9db 100644 --- a/ui/warrior/presets.ts +++ b/ui/warrior/presets.ts @@ -54,9 +54,9 @@ export const APLPresets = { [Phase.Phase1]: [APLP1DPS], }; -export const DefaultAPLs: Record = { - 60: APLPresets[Phase.Phase1][0], -}; +export const DefaultAPLs = [ + APLPresets[Phase.Phase1][0] +]; /////////////////////////////////////////////////////////////////////////// // Talent Presets