Skip to content

Commit

Permalink
Update wrath.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent d64de8a commit a615222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/druid/wrath.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (druid *Druid) newWrathSpellConfig(rank int) core.SpellConfig {

ManaCost: core.ManaCostOptions{
FlatCost: manaCost,
Multiplier: core.TernaryInt32(druid.FuryOfStormrageAura != nil, -1, 100),
},
Cast: core.CastConfig{
DefaultCast: core.Cast{
Expand Down

0 comments on commit a615222

Please sign in to comment.