From df4a1fdb3d1b3a6a34f7c84e77d68ee6b10594c5 Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Sat, 15 Jul 2023 15:33:35 -0600 Subject: [PATCH] Added thunderstorm to apl --- sim/shaman/thunderstorm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/shaman/thunderstorm.go b/sim/shaman/thunderstorm.go index 2d7b95a127..bbd33ae52a 100644 --- a/sim/shaman/thunderstorm.go +++ b/sim/shaman/thunderstorm.go @@ -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,