Minor fixes
This commit is contained in:
@@ -254,6 +254,7 @@ function shared.Whoer.Init()
|
||||
local name, guild, level, race, class, zone = GetWhoInfo(i)
|
||||
if Heimdall_Data.config.who.ignored[name] then return end
|
||||
local continue = false
|
||||
--print(name, guild, level, race, class, zone)
|
||||
|
||||
---@type WHOFilter[]
|
||||
local filters = query.filters
|
||||
@@ -318,7 +319,7 @@ function shared.Whoer.Init()
|
||||
end
|
||||
-- Turns out WA cannot do this (
|
||||
-- aura_env.UpdateMacro()
|
||||
_G["FriendsFrameCloseButton"]:Click()
|
||||
--_G["FriendsFrameCloseButton"]:Click()
|
||||
end)
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user