From 5eb6f3cbfd1bc980bff5950cd47b6931a0d62f84 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 1 Jan 2025 15:18:35 +0100 Subject: [PATCH] Reset whoer regardless of enabled (it gets stuck otherwise) --- Modules/Whoer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Whoer.lua b/Modules/Whoer.lua index b5d07a0..5143bf6 100644 --- a/Modules/Whoer.lua +++ b/Modules/Whoer.lua @@ -243,6 +243,7 @@ function shared.Whoer.Init() local frame = CreateFrame("Frame") frame:RegisterEvent("WHO_LIST_UPDATE") frame:SetScript("OnEvent", function(self, event, ...) + queryPending = false if not Heimdall_Data.config.who.enabled then return end ---@type WHOQuery? local query = lastQuery @@ -320,7 +321,6 @@ function shared.Whoer.Init() -- Turns out WA cannot do this ( -- aura_env.UpdateMacro() _G["FriendsFrameCloseButton"]:Click() - queryPending = false end) do