Skip to content

Commit

Permalink
fix shadowcrawl school
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosen Rusinov committed Apr 12, 2024
1 parent 33db712 commit 1cc87ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/priest/shadowfiend_pet.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (priest *Priest) NewShadowfiend() *Shadowfiend {

shadowfiend.Shadowcrawl = shadowfiend.RegisterSpell(core.SpellConfig{
ActionID: actionID,
SpellSchool: core.SpellSchoolShadow | core.SpellSchoolArcane | core.SpellSchoolFire | core.SpellSchoolFrost | core.SpellSchoolHoly | core.SpellSchoolNature,
SpellSchool: core.SpellSchoolShadow,
ProcMask: core.ProcMaskEmpty,
Flags: core.SpellFlagNoLogs,

Expand Down

0 comments on commit 1cc87ad

Please sign in to comment.