Skip to content

Commit

Permalink
Merge pull request #167 from wowsims/balance-druid
Browse files Browse the repository at this point in the history
fix starfire spell school
  • Loading branch information
kayla-glick authored Feb 12, 2024
2 parents 7d832d3 + 1b2646f commit 9e51ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/druid/starfire.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (druid *Druid) newStarfireSpellConfig(rank int) core.SpellConfig {
return core.SpellConfig{
ActionID: core.ActionID{SpellID: spellId},
SpellCode: SpellCode_DruidStarfire,
SpellSchool: core.SpellSchoolNature,
SpellSchool: core.SpellSchoolArcane,
ProcMask: core.ProcMaskSpellDamage,
Flags: core.SpellFlagAPL | core.SpellFlagResetAttackSwing,

Expand Down

0 comments on commit 9e51ead

Please sign in to comment.