Skip to content

Commit

Permalink
Merge pull request #973 from sanguinerarogue/master
Browse files Browse the repository at this point in the history
Update shuriken toss to 20s
  • Loading branch information
sanguinerarogue authored Aug 12, 2024
2 parents eb380d6 + bd2d62d commit 7ff732f
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 7ff732f

Please sign in to comment.