Skip to content

Commit

Permalink
Merge pull request #3856 from wowsims/apl
Browse files Browse the repository at this point in the history
Fix snd prepull crash
  • Loading branch information
jimmyt857 committed Oct 9, 2023
2 parents 32cbb37 + 170d345 commit 8954ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/rogue/slice_and_dice.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ func (rogue *Rogue) registerSliceAndDice() {
rogue.SliceAndDiceAura = rogue.RegisterAura(core.Aura{
Label: "Slice and Dice",
ActionID: actionID,
// This will be overridden on cast, but set a non-zero default so it doesn't crash when used in APL prepull
Duration: rogue.sliceAndDiceDurations[5],
OnGain: func(aura *core.Aura, sim *core.Simulation) {
rogue.MultiplyMeleeSpeed(sim, hasteBonus)
},
Expand Down

0 comments on commit 8954ff0

Please sign in to comment.