Skip to content

Commit

Permalink
fix fake castbar displaying when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 26, 2025
1 parent fe60c95 commit 809957a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElvUI_Libraries/Core/oUF/elements/castbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@ local function Disable(self)
self:UnregisterEvent('UNIT_SPELLCAST_NOT_INTERRUPTIBLE', CastInterruptible)
end

-- ElvUI block
self:UnregisterEvent('UNIT_SPELLCAST_SENT', UNIT_SPELLCAST_SENT)
-- end block

element:SetScript('OnUpdate', nil)
end
end
Expand Down

0 comments on commit 809957a

Please sign in to comment.