Skip to content

Commit

Permalink
fix shaman 4pT3 Enhancement not reducing cooldown of stormstrike
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 18, 2025
1 parent c76ce83 commit 7341026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/shaman/stormstrike.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (shaman *Shaman) registerStormstrikeSpell() {
shaman.StormstrikeOH = shaman.newStormstrikeHitSpell(false)
}

shaman.RegisterSpell(core.SpellConfig{
shaman.Stormstrike = shaman.RegisterSpell(core.SpellConfig{
SpellCode: SpellCode_ShamanStormstrike,
ActionID: core.ActionID{SpellID: 17364},
SpellSchool: core.SpellSchoolPhysical,
Expand Down

0 comments on commit 7341026

Please sign in to comment.