From 647037196366009356ddec070d9cbb9008c4890d Mon Sep 17 00:00:00 2001 From: Simpy Date: Wed, 6 Nov 2024 20:08:48 -0500 Subject: [PATCH] wrong check --- ElvUI/Core/Modules/ActionBars/ActionBars.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Core/Modules/ActionBars/ActionBars.lua b/ElvUI/Core/Modules/ActionBars/ActionBars.lua index cc210186de..bd240627a5 100644 --- a/ElvUI/Core/Modules/ActionBars/ActionBars.lua +++ b/ElvUI/Core/Modules/ActionBars/ActionBars.lua @@ -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()