diff --git a/sim/encounters/icc/lichking25h_ai.go b/sim/encounters/icc/lichking25h_ai.go index d8466cd6ee..f08ec5a26e 100644 --- a/sim/encounters/icc/lichking25h_ai.go +++ b/sim/encounters/icc/lichking25h_ai.go @@ -125,6 +125,9 @@ func (ai *LichKing25HAI) registerSoulReaperSpell(target *core.Target) { dot := spell.Dot(target) dot.Apply(sim) + + // Soul Reaper application resets the boss melee swing timer based on log analysis + spell.Unit.AutoAttacks.StopMeleeUntil(sim, sim.CurrentTime, false) }, }) }