Skip to content

Commit

Permalink
Merge pull request #659 from wowsims/rogue-combat-default-apl-p3
Browse files Browse the repository at this point in the history
Update Phase 3 combat preset
  • Loading branch information
catszeid authored Apr 11, 2024
2 parents d4d7555 + d438439 commit ea89d7b
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 @@ -132,7 +132,7 @@ export const TalentPresets = {
};

export const DefaultTalentsAssassin = TalentPresets[Phase.Phase3][0];
export const DefaultTalentsCombat = TalentPresets[Phase.Phase3][1];
export const DefaultTalentsCombat = TalentPresets[Phase.Phase3][0];
export const DefaultTalentsSubtlety = TalentPresets[Phase.Phase3][0];

export const DefaultTalents = DefaultTalentsAssassin;
Expand Down

0 comments on commit ea89d7b

Please sign in to comment.