bugfix
This commit is contained in:
+5
-5
@@ -640,11 +640,11 @@ function AtlasLoot_EnchantingMenu()
|
|||||||
AtlasLootMenuItem_14.lootpage="EnchantingShield1";
|
AtlasLootMenuItem_14.lootpage="EnchantingShield1";
|
||||||
AtlasLootMenuItem_14:Show();
|
AtlasLootMenuItem_14:Show();
|
||||||
--Enchanting Misc
|
--Enchanting Misc
|
||||||
AtlasLootMenuItem_14_Name:SetText(AL["Enchanting"]..": "..AL["Misc"]);
|
AtlasLootMenuItem_15_Name:SetText(AL["Enchanting"]..": "..AL["Misc"]);
|
||||||
AtlasLootMenuItem_14_Extra:SetText("");
|
AtlasLootMenuItem_15_Extra:SetText("");
|
||||||
AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\Trade_Engraving");
|
AtlasLootMenuItem_15_Icon:SetTexture("Interface\\Icons\\Trade_Engraving");
|
||||||
AtlasLootMenuItem_14.lootpage="EnchantingMisc1";
|
AtlasLootMenuItem_15.lootpage="EnchantingMisc1";
|
||||||
AtlasLootMenuItem_14:Show();
|
AtlasLootMenuItem_15:Show();
|
||||||
for i = 1, 30, 1 do
|
for i = 1, 30, 1 do
|
||||||
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
||||||
end
|
end
|
||||||
|
|||||||
+4
-1
@@ -134,7 +134,10 @@ end
|
|||||||
|
|
||||||
local lastItemID, lastSourceStr, lastDropRate
|
local lastItemID, lastSourceStr, lastDropRate
|
||||||
function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr)
|
function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr)
|
||||||
if AtlasLootCharDB.ShowSource ~= true then return end
|
if AtlasLootCharDB.ShowSource ~= true or IsShiftKeyDown() then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
local originalTooltip = {}
|
local originalTooltip = {}
|
||||||
local itemName = getglobal(tooltipTypeStr .. "TextLeft1"):GetText()
|
local itemName = getglobal(tooltipTypeStr .. "TextLeft1"):GetText()
|
||||||
local line2 = getglobal(tooltipTypeStr .. "TextLeft2")
|
local line2 = getglobal(tooltipTypeStr .. "TextLeft2")
|
||||||
|
|||||||
Reference in New Issue
Block a user