Add files via upload
This commit is contained in:
+1
-1
@@ -3265,7 +3265,6 @@ AtlasLoot_HewdropDown_SubTables = {
|
|||||||
function AtlasLootItem_OnEnter()
|
function AtlasLootItem_OnEnter()
|
||||||
local isItem, isEnchant, isSpell;
|
local isItem, isEnchant, isSpell;
|
||||||
AtlasLootTooltip:ClearLines();
|
AtlasLootTooltip:ClearLines();
|
||||||
AtlasLoot_QueryLootPage()
|
|
||||||
for i=1, 30, 1 do
|
for i=1, 30, 1 do
|
||||||
if (getglobal("AtlasLootTooltipTextRight"..i) ~= nil) then
|
if (getglobal("AtlasLootTooltipTextRight"..i) ~= nil) then
|
||||||
getglobal("AtlasLootTooltipTextRight"..i):SetText("");
|
getglobal("AtlasLootTooltipTextRight"..i):SetText("");
|
||||||
@@ -3359,6 +3358,7 @@ function AtlasLootItem_OnEnter()
|
|||||||
AtlasLootTooltip:AddLine(" ");
|
AtlasLootTooltip:AddLine(" ");
|
||||||
AtlasLootTooltip:AddLine(AL["You can right-click to attempt to query the server. You may be disconnected."], nil, nil, nil, 1);
|
AtlasLootTooltip:AddLine(AL["You can right-click to attempt to query the server. You may be disconnected."], nil, nil, nil, 1);
|
||||||
AtlasLootTooltip:Show();
|
AtlasLootTooltip:Show();
|
||||||
|
AtlasLoot_QueryLootPage()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user