Clean up the named who

This commit is contained in:
2025-01-03 14:30:45 +01:00
parent 18daa170c5
commit 331823e34f

View File

@@ -128,7 +128,7 @@ function shared.Whoer.Init()
WHOQuery.new( WHOQuery.new(
"z-\"Orgrimmar\" z-\"Durotar\" z-\"Valley of Trials\" r-\"Lightforged Draenei\" r-\"Mechagnome\"", "z-\"Orgrimmar\" z-\"Durotar\" z-\"Valley of Trials\" r-\"Lightforged Draenei\" r-\"Mechagnome\"",
{ NotSiegeOfOrgrimmarFilter, AllianceFilter }), { NotSiegeOfOrgrimmarFilter, AllianceFilter }),
WHOQuery.new("Kekv Demonboo Dotmada Firobot Verminal Amaterasu Freexe Tomoki", {}) WHOQuery.new("Kekv Firobot Tomoki Sakayanagi", {})
} }
local ttl = #whoQueries * 2 local ttl = #whoQueries * 2
---@type WHOQuery? ---@type WHOQuery?
@@ -272,6 +272,7 @@ function shared.Whoer.Init()
end end
end end
if Heimdall_Data.config.who.ignored[name] then continue = true end if Heimdall_Data.config.who.ignored[name] then continue = true end
--print(continue)
if not continue then if not continue then
local timestamp = date("%Y-%m-%dT%H:%M:%S") local timestamp = date("%Y-%m-%dT%H:%M:%S")