This commit is contained in:
2024-12-12 16:21:50 +01:00
parent 68c49088f4
commit ef10fa6df6
2 changed files with 2 additions and 3 deletions

View File

@@ -237,4 +237,4 @@ loadedFrame:SetScript("OnEvent", function(self, event, addonName)
if addonName == addonname then if addonName == addonname then
init() init()
end end
end) end)

View File

@@ -314,7 +314,6 @@ function data.Whoer.Init()
-- aura_env.UpdateMacro() -- aura_env.UpdateMacro()
_G["FriendsFrameCloseButton"]:Click() _G["FriendsFrameCloseButton"]:Click()
queryPending = false queryPending = false
print(queryPending)
end) end)
if not data.who.updateTicker then if not data.who.updateTicker then
@@ -344,7 +343,7 @@ function data.Whoer.Init()
whoQueryIdx = 1 whoQueryIdx = 1
end end
lastQuery = query lastQuery = query
print(string.format("Running who query: %s", tostring(query.query))) --print(string.format("Running who query: %s", tostring(query.query)))
SetWhoToUI(1) SetWhoToUI(1)
SendWho(query.query) SendWho(query.query)
end) end)