From bd2d62d391c7328227e6891b2b3608768cd2128f Mon Sep 17 00:00:00 2001 From: sanguinerarogue Date: Sun, 11 Aug 2024 18:25:53 -0600 Subject: [PATCH] Update shuriken toss to 20s --- sim/rogue/shuriken_toss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/rogue/shuriken_toss.go b/sim/rogue/shuriken_toss.go index 856801c6f2..ee7d4e56f9 100644 --- a/sim/rogue/shuriken_toss.go +++ b/sim/rogue/shuriken_toss.go @@ -34,7 +34,7 @@ func (rogue *Rogue) registerShurikenTossSpell() { IgnoreHaste: true, CD: core.Cooldown{ Timer: rogue.NewTimer(), - Duration: time.Second * 30, + Duration: time.Second * 20, }, },