Skip to content

Commit

Permalink
BfA/WaycrestManor/Heartsbane: Improve boss marking and Focusing Iris …
Browse files Browse the repository at this point in the history
…alert timing
  • Loading branch information
ntowle committed Oct 24, 2023
1 parent 30fb692 commit d0c7ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BfA/WaycrestManor/Heartsbane.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function mod:OnBossEnable()
self:Log("SPELL_AURA_REMOVED", "SoulManipulationRemovedFromBoss", 260923)

-- Focusing Iris
self:Log("SPELL_CAST_SUCCESS", "ClaimTheIris", 260852)
self:Log("SPELL_CAST_START", "ClaimTheIris", 260852)
self:Log("SPELL_AURA_APPLIED", "FocusingIris", 260805)
self:Log("SPELL_CAST_START", "DireRitual", 260773)
self:Log("SPELL_CAST_SUCCESS", "DireRitualSuccess", 260773)
Expand Down

0 comments on commit d0c7ce0

Please sign in to comment.