Skip to content

Commit

Permalink
Merge pull request #3323 from wowsims/add_thunderstorm_apl
Browse files Browse the repository at this point in the history
Added thunderstorm to apl
  • Loading branch information
lologarithm authored Jul 15, 2023
2 parents c52b3ba + df4a1fd commit ccb389d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/shaman/thunderstorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (shaman *Shaman) registerThunderstormSpell() {

shaman.Thunderstorm = shaman.RegisterSpell(core.SpellConfig{
ActionID: actionID,
Flags: core.SpellFlagAPL,
SpellSchool: core.SpellSchoolNature,
ProcMask: core.ProcMaskSpellDamage,

Expand Down

0 comments on commit ccb389d

Please sign in to comment.