Skip to content

Commit

Permalink
Merge pull request #3625 from NerdEgghead/master
Browse files Browse the repository at this point in the history
Fixed Soul Reaper application to reset Lich King's melee swing timer.
  • Loading branch information
NerdEgghead authored Sep 5, 2023
2 parents 691ed48 + e83f195 commit 29745b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sim/encounters/icc/lichking25h_ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
})
}
Expand Down

0 comments on commit 29745b1

Please sign in to comment.