Skip to content

Commit

Permalink
Update stormstrike.go
Browse files Browse the repository at this point in the history
  • Loading branch information
denari94 authored Jan 1, 2025
1 parent 8b5bbb3 commit d5039cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/shaman/stormstrike.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ func (shaman *Shaman) registerStormstrikeSpell() {
Flags: SpellFlagShaman | core.SpellFlagAPL | core.SpellFlagNoOnCastComplete,

ManaCost: core.ManaCostOptions{
BaseCost: .063,
BaseCost: .21,
},
Cast: core.CastConfig{
DefaultCast: core.Cast{
GCD: core.GCDDefault,
},
CD: core.Cooldown{
Timer: shaman.NewTimer(),
Duration: time.Second * 6,
Duration: time.Second * 20,
},
},

Expand Down

0 comments on commit d5039cc

Please sign in to comment.