Skip to content

Commit

Permalink
update key
Browse files Browse the repository at this point in the history
  • Loading branch information
Athenaxdd committed Nov 7, 2023
1 parent d41f864 commit 761e3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/weapons/bow/rangegauge/rangegauge.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NewWeapon(c *core.Core, char *character.CharWrapper, p info.WeaponProfile)
return false
}, fmt.Sprintf("range-gauge-heal-%v", char.Base.Key.String()))

key := fmt.Sprintf("range-gauge-roused-%v", char.Base.Key.String())
key := fmt.Sprintf("range-gauge-struggle-%v", char.Base.Key.String())
c.Events.Subscribe(event.OnBurst, w.consumeEnergy, key)
c.Events.Subscribe(event.OnSkill, w.consumeEnergy, key)
return w, nil
Expand Down

0 comments on commit 761e3c5

Please sign in to comment.