Skip to content

Commit

Permalink
Merge pull request #639 from wowsims/phase-3-gear
Browse files Browse the repository at this point in the history
fix wailing berserker's set
  • Loading branch information
kayla-glick authored Apr 9, 2024
2 parents 43a2dcf + 67e324b commit 061dc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/common/sod/items_sets/phase_3.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ var ItemSetWailingBerserkersPlateArmor = core.NewItemSet(core.ItemSet{
Bonuses: map[int32]core.ApplyEffect{
2: func(agent core.Agent) {
c := agent.GetCharacter()
c.AddStat(stats.MeleeCrit, 1)
c.AddStat(stats.SpellCrit, 1)
c.AddStat(stats.MeleeHit, 1)
c.AddStat(stats.SpellHit, 1)
},
3: func(agent core.Agent) {
c := agent.GetCharacter()
Expand Down

0 comments on commit 061dc2a

Please sign in to comment.