Skip to content

Commit

Permalink
fix warrior tier set bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 16, 2024
1 parent 20ea384 commit 2f80980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/warrior/item_sets_pve.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ var ItemSetConquerorsAdvance = core.NewItemSet(core.ItemSet{
warrior.PseudoStats.DamageDealtMultiplier *= 1.10
},
OnExpire: func(aura *core.Aura, sim *core.Simulation) {
warrior.PseudoStats.DamageDealtMultiplier *= 1.10
warrior.PseudoStats.DamageDealtMultiplier /= 1.10
},
})

Expand Down

0 comments on commit 2f80980

Please sign in to comment.