Minor shit

This commit is contained in:
2025-01-06 13:14:10 +01:00
parent 5e0f81ce53
commit 00f7cba8fc
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ function shared.Inviter.Init()
local framePool = {}
---@param name string
---Kicking people or othwerise people leaving will fuck up the buttons
---We should make them reactive to GROUP_ROSTER_UPDATE
---But that is currently not trivial and would require some work
---Since I'm the only one currently using this - I don't care where the buttons are
local function OverlayKickButtonElvUI(name)
for group = 1, 8 do
for player = 1, 5 do

View File

@@ -109,7 +109,7 @@ function shared.Whoer.Init()
---@type WHOQuery[]
local whoQueries = {
WHOQuery.new("g-\"БеспредеЛ\"", {}),
WHOQuery.new("g-\"Dovahkin\"", {}),
WHOQuery.new("g-\"Dovakhin\"", {}),
WHOQuery.new(
"z-\"Orgrimmar\" z-\"Durotar\" z-\"Valley of Trials\" r-\"Human\" r-\"Dwarf\" r-\"Night Elf\"",
{ NotSiegeOfOrgrimmarFilter, AllianceFilter }),