Skip to content

Commit

Permalink
Merge pull request #696 from wowsims/auto_reforge
Browse files Browse the repository at this point in the history
Ignore soft cap breakpoints for stats with specified hard caps
  • Loading branch information
NerdEgghead authored Jun 14, 2024
2 parents 567191c + ac7ddb1 commit c739f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/core/components/suggest_reforges_action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ export class ReforgeOptimizer {
this.softCapsConfig
.slice()
.reverse()
.filter((config) => this.statCaps.getStat(config.stat) == 0)
.forEach(config => {
const relativeBreakpoints = [];

Expand Down

0 comments on commit c739f76

Please sign in to comment.