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