Skip to content

Commit

Permalink
Add expertise gems in yellow sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Sep 30, 2023
1 parent a64c2f9 commit 6cdb3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/warrior/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export class WarriorSimUI extends IndividualSimUI<Spec.SpecWarrior> {
yellowGemCaps.push([40125, hitCap]);
if(enableExpertiseGemming){
yellowGemCaps.push([40162, hitCap.add(expCap)]);
yellowGemCaps.push([40118, expCap]);
}
yellowGemCaps.push([40143, hitCap]);
yellowGemCaps.push([40142, critCap]);
Expand Down

0 comments on commit 6cdb3e0

Please sign in to comment.