Add files via upload

This commit is contained in:
Spit
2024-09-13 17:09:45 +03:00
committed by GitHub
parent 99830dfccd
commit d16a3e1e9c
+1 -1
View File
@@ -3265,7 +3265,6 @@ AtlasLoot_HewdropDown_SubTables = {
function AtlasLootItem_OnEnter()
local isItem, isEnchant, isSpell;
AtlasLootTooltip:ClearLines();
AtlasLoot_QueryLootPage()
for i=1, 30, 1 do
if (getglobal("AtlasLootTooltipTextRight"..i) ~= nil) then
getglobal("AtlasLootTooltipTextRight"..i):SetText("");
@@ -3359,6 +3358,7 @@ function AtlasLootItem_OnEnter()
AtlasLootTooltip:AddLine(" ");
AtlasLootTooltip:AddLine(AL["You can right-click to attempt to query the server. You may be disconnected."], nil, nil, nil, 1);
AtlasLootTooltip:Show();
AtlasLoot_QueryLootPage()
end
end
end