Clean up the named who
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user