From a7ddb4c6ebc049b6dec361b8b3cec53faf518e66 Mon Sep 17 00:00:00 2001 From: Simpy Date: Fri, 15 Nov 2024 14:09:34 -0500 Subject: [PATCH] note --- ElvUI/Core/Modules/Misc/Misc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI/Core/Modules/Misc/Misc.lua b/ElvUI/Core/Modules/Misc/Misc.lua index ac30ef65e0..2ef58d7cc3 100644 --- a/ElvUI/Core/Modules/Misc/Misc.lua +++ b/ElvUI/Core/Modules/Misc/Misc.lua @@ -373,6 +373,10 @@ function M:Initialize() M:ZoneTextToggle() M:ToggleInterrupt() + if not E.ClassicAnniv then -- it uses Blizzard_GroupFinder_VanillaStyle + M:LoadQueueStatus() + end + M:RegisterEvent('MERCHANT_SHOW') M:RegisterEvent('RESURRECT_REQUEST') M:RegisterEvent('PLAYER_REGEN_DISABLED', 'ErrorFrameToggle') @@ -386,10 +390,6 @@ function M:Initialize() M:RegisterEvent('QUEST_COMPLETE') M:RegisterEvent('ADDON_LOADED') - if not E.ClassicAnniv then - M:LoadQueueStatus() - end - for _, addon in next, { 'Blizzard_InspectUI', 'Blizzard_PTRFeedback', E.ClassicAnniv and 'Blizzard_GroupFinder_VanillaStyle' or nil } do if IsAddOnLoaded(addon) then M:ADDON_LOADED(nil, addon)