From aa9cee2889bd70acac16b623e30b026d4004fb02 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 11 Oct 2023 09:41:04 +0200 Subject: [PATCH] Fix MicroMenu on Wrath 3.4.3 --- MicroMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicroMenu.lua b/MicroMenu.lua index 52a240f..1679cd9 100644 --- a/MicroMenu.lua +++ b/MicroMenu.lua @@ -61,7 +61,7 @@ function MicroMenuMod:OnEnable() local buttons = {} -- handle lfg/worldmap button on classic - if WoWClassic then + if WoWClassic and C_LFGList and C_LFGList.IsLookingForGroupEnabled then tDeleteItem(BT_MICRO_BUTTONS, C_LFGList.IsLookingForGroupEnabled() and "WorldMapMicroButton" or "LFGMicroButton") end