From 37d86fc689188d133aeda75f2435bed473735e9f Mon Sep 17 00:00:00 2001
From: Spit <19otari98@gmail.com>
Date: Sun, 21 Jun 2026 14:23:13 +0300
Subject: [PATCH] remove query server button
---
Core/AtlasLoot.lua | 17 --------------
Core/AtlasLoot.xml | 56 +++++++++-----------------------------------
Core/Sets.lua | 1 -
Locale/locale.cn.lua | 5 ----
Locale/locale.de.lua | 4 ----
Locale/locale.en.lua | 5 ----
Locale/locale.es.lua | 5 ----
Locale/locale.fr.lua | 4 ----
8 files changed, 11 insertions(+), 86 deletions(-)
diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua
index 3796b58..cf9b4af 100644
--- a/Core/AtlasLoot.lua
+++ b/Core/AtlasLoot.lua
@@ -3243,23 +3243,6 @@ function AtlasLoot_ContainerItem_OnClick(arg1)
end
end
---[[
-AtlasLoot_QueryLootPage()
-Querys all valid items on the current loot page.
-]]
-function AtlasLoot_QueryLootPage()
- for i = 1, 30 do
- local button = _G["AtlasLootItem_"..i];
- local queryitem = button.itemID;
- if ( (queryitem) and (queryitem ~= "") and (queryitem ~= 0) and
- (string.sub(queryitem, 1, 1) ~= "s") and (string.sub(queryitem, 1, 1) ~= "e") ) then
- if ( not GetItemInfo(queryitem) ) then
- AtlasLootCacheTooltip:SetHyperlink("item:"..queryitem..":0:0:0");
- end
- end
- end
-end
-
local function idFromLink(itemlink)
if ( itemlink ) then
local _,_,id = string.find(itemlink, "|Hitem:([^:]+)%:")
diff --git a/Core/AtlasLoot.xml b/Core/AtlasLoot.xml
index fbeb64e..fa2b857 100644
--- a/Core/AtlasLoot.xml
+++ b/Core/AtlasLoot.xml
@@ -253,7 +253,7 @@