Skip to content

Commit

Permalink
Update presets.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent 738fbe8 commit cd2e533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/warrior/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export const APLPresets = {
[Phase.Phase1]: [APLP1DPS],
};

export const DefaultAPLs: Record<number, PresetUtils.PresetRotation> = {
60: APLPresets[Phase.Phase1][0],
};
export const DefaultAPLs = [
APLPresets[Phase.Phase1][0]
];

///////////////////////////////////////////////////////////////////////////
// Talent Presets
Expand Down

0 comments on commit cd2e533

Please sign in to comment.