Skip to content

Commit

Permalink
Update shuriken toss to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinerarogue committed Aug 12, 2024
1 parent eb380d6 commit bd2d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/rogue/shuriken_toss.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (rogue *Rogue) registerShurikenTossSpell() {
IgnoreHaste: true,
CD: core.Cooldown{
Timer: rogue.NewTimer(),
Duration: time.Second * 30,
Duration: time.Second * 20,
},
},

Expand Down

0 comments on commit bd2d62d

Please sign in to comment.