From 1edf6d49ec588bc568beed9489c23551f4d06b62 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:58:16 -0300 Subject: [PATCH] might as well try this --- ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua b/ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua index 26967baef..ee16ab06b 100644 --- a/ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua +++ b/ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua @@ -1107,6 +1107,9 @@ function ElvUI_EltreumUI:SkinQuests() E:Delay(0, function() C_QuestLog.SortQuestWatches() end) + + _G.ObjectiveTrackerFrame:UnregisterEvent("ADDON_ACTION_FORBIDDEN") + _G.ObjectiveTrackerFrame:UnregisterEvent("ADDON_ACTION_BLOCKED") end elseif E.Classic then if IsAddOnLoaded('!KalielsTracker') or IsAddOnLoaded('SorhaQuestLog') or IsAddOnLoaded('ClassicQuestLog') or IsAddOnLoaded('Who Framed Watcher Wabbit?') then