From 6de9ba1dcdf2d258b9f9b7b4feeb524af7952352 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Sun, 11 Feb 2024 22:43:20 -0500 Subject: [PATCH] fix starfire spell school --- sim/druid/starfire.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/druid/starfire.go b/sim/druid/starfire.go index fab9afc049..8cecc8380f 100644 --- a/sim/druid/starfire.go +++ b/sim/druid/starfire.go @@ -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,