Skip to content

Commit

Permalink
Fix 1 missed MultiplyCastSpeed with sim context
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Jan 31, 2025
1 parent fb62d27 commit 70f94a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/death_knight/summon_gargoyle.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (dk *DeathKnight) NewGargoyle() *GargoylePet {

// No longer updates dynamically
// gargoyle.EnableDynamicMeleeSpeed(func(amount float64) {
// gargoyle.MultiplyCastSpeed(sim,amount)
// gargoyle.MultiplyCastSpeed(amount)
// })

// gargoyle.EnableDynamicStats(func(ownerStats stats.Stats) stats.Stats {
Expand Down

0 comments on commit 70f94a7

Please sign in to comment.