update to version 7.3.18 (#11)

* Merged Magisters Terrace - Kael'thas Sunstriders normal/heroic pages

* update to build 7.3.18
This commit is contained in:
Anch
2024-08-29 04:38:01 +12:00
committed by GitHub
parent 550df8c842
commit e04717d340
27 changed files with 26118 additions and 24888 deletions
+20 -10
View File
@@ -523,7 +523,7 @@ function AtlasLoot:ItemContextMenu(data, Type, recipeData)
"notCheckable", true
)
end
if self.TomTomLoaded then
if self.TomTomLoaded and data.spellID then
if not self.db.profile.waypointList then self.db.profile.waypointList = {} end
local wayPoint
if (craftingData and self.db.profile.recipeExtraInfoSwitch and IsControlKeyDown()) or (craftingData and not self.db.profile.recipeExtraInfoSwitch) then
@@ -538,16 +538,15 @@ function AtlasLoot:ItemContextMenu(data, Type, recipeData)
end
end
end
self:AddDividerLine(35)
self.Dewdrop:AddLine(
'text', AL["Recipe Waypoints"],
'notCheckable', true,
'isTitle', true,
'textHeight', 13,
'textWidth', 13
)
if craftingData and wayPoint then
self:AddDividerLine(35)
self.Dewdrop:AddLine(
'text', AL["Recipe Waypoints"],
'notCheckable', true,
'isTitle', true,
'textHeight', 13,
'textWidth', 13
)
self.Dewdrop:AddLine(
"text", "Add pin to map",
"func", function()
@@ -560,7 +559,18 @@ function AtlasLoot:ItemContextMenu(data, Type, recipeData)
'textWidth', 12,
"notCheckable", true
)
end
self.Dewdrop:AddLine(
"text", "Add pin to map for every missing recipe",
"func", function()
self:SetRecipeMapPins()
end,
'closeWhenClicked', true,
'textHeight', 12,
'textWidth', 12,
"notCheckable", true
)
end
end
elseif level == 2 then