Skip to content

Commit

Permalink
Update raptor_strike.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent b63169f commit beefaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hunter/raptor_strike.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (hunter *Hunter) newRaptorStrikeHitSpell(rank int) *core.Spell {

return hunter.RegisterSpell(core.SpellConfig{
SpellCode: SpellCode_HunterRaptorStrikeHit,
ActionID: core.ActionID{SpellID: spellID},
ActionID: core.ActionID{SpellID: spellID}.WithTag(1),
SpellSchool: core.SpellSchoolPhysical,
DefenseType: core.DefenseTypeMelee,
ProcMask: core.ProcMaskMeleeMHSpecial,
Expand Down

0 comments on commit beefaf1

Please sign in to comment.