Skip to content

Commit

Permalink
tweak event usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 13, 2025
1 parent 33de647 commit 0c8cde2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod:RegisterEvents(
-- "SPELL_AURA_REMOVED",
"UNIT_DIED",
"RAID_BOSS_WHISPER",
"UNIT_SPELLCAST_INTERRUPTED"
"UNIT_SPELLCAST_INTERRUPTED_UNFILTERED"
)

--TODO, FINISH bubbles timers
Expand Down Expand Up @@ -301,7 +301,7 @@ function mod:RAID_BOSS_WHISPER(msg)
end
end

function mod:UNIT_SPELLCAST_INTERRUPTED(uId, _, spellId)
function mod:UNIT_SPELLCAST_INTERRUPTED_UNFILTERED(uId, _, spellId)
if spellId == 461796 then--Reload
local guid = UnitGUID(uId)
timerRPGGCD:Stop(guid)
Expand Down

0 comments on commit 0c8cde2

Please sign in to comment.