Skip to content

Commit

Permalink
wrong check
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 7, 2024
1 parent faf2e26 commit 6470371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/ActionBars/ActionBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ function AB:SpellButtonOnEnter(_, tt)
tt:SetScript('OnUpdate', (needsUpdate and AB.SpellBookTooltipOnUpdate) or nil)
end

if not E.Classic then -- Cata Flyout one will error cause its not updated
if not E.Cata then -- Cata Flyout one will error cause its not updated
ClearOnBarHighlightMarks()
ClearPetActionHighlightMarks()

Expand Down

0 comments on commit 6470371

Please sign in to comment.