Skip to content

Commit

Permalink
Merge pull request #691 from wowsims/p3-rogue-combat-apl
Browse files Browse the repository at this point in the history
Change default P3 combat APL to mutilate
  • Loading branch information
catszeid authored Apr 17, 2024
2 parents fbac4cc + 7db7aa0 commit d56fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/rogue/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const DefaultAPLs: Record<number, Record<number, PresetUtils.PresetRotati
},
50: {
0: APLPresets[Phase.Phase3][0],
1: APLPresets[Phase.Phase3][1],
1: APLPresets[Phase.Phase3][0],
2: APLPresets[Phase.Phase3][0],
},
};
Expand Down

0 comments on commit d56fa00

Please sign in to comment.