Skip to content

Commit

Permalink
Remove incorrect assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hillerstorm committed Dec 25, 2024
1 parent d229f99 commit c859fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/warrior/pummel.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func (warrior *Warrior) registerPummelSpell() {
damage := 50.0

warrior.Hamstring = warrior.RegisterSpell(BerserkerStance, core.SpellConfig{
warrior.RegisterSpell(BerserkerStance, core.SpellConfig{
ActionID: core.ActionID{SpellID: 6554},
SpellSchool: core.SpellSchoolPhysical,
DefenseType: core.DefenseTypeMelee,
Expand Down

0 comments on commit c859fa9

Please sign in to comment.