From 331823e34fc1a25a70d1afc48b9eaf5c3e77db77 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 3 Jan 2025 14:30:45 +0100 Subject: [PATCH] Clean up the named who --- Modules/Whoer.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")