Remove AscensionTalentMapper.lua and related mappings

- Deleted `AscensionTalentMapper.lua` as its functionality is no longer required.
- Removed the auto-generated mapping table and associated resources for all supported classes.
This commit is contained in:
2025-12-08 19:59:07 +01:00
parent c3da1f6a5f
commit ccbc4f825c
5 changed files with 6 additions and 1084 deletions
+1 -13
View File
@@ -66,22 +66,10 @@ local function CreateOrGetFrame()
end
end)
-- Second row for additional buttons
local x2 = 0
makeBtn("MD Talents", x2, function()
if AscensionExporter and AscensionExporter.GenerateMarkdownTalents then
local md = AscensionExporter:GenerateMarkdownTalents() or ""
if AscensionExporter.ShowExport then
AscensionExporter:ShowExport(md, "Ascension Export - Markdown Talents - Copy All (Ctrl+C)")
else
AscensionExporter_ShowExportFrame(md, "Ascension Export - Markdown Talents - Copy All (Ctrl+C)")
end
end
end):SetPoint("TOPLEFT", 16 + x2, -62)
-- ScrollFrame + EditBox
local scrollFrame = CreateFrame("ScrollFrame", "AscensionExporterScrollFrame", frame, "UIPanelScrollFrameTemplate")
scrollFrame:SetPoint("TOPLEFT", 16, -90)
scrollFrame:SetPoint("TOPLEFT", 16, -64)
scrollFrame:SetPoint("BOTTOMRIGHT", -32, 16)
local editBox = CreateFrame("EditBox", "AscensionExporterEditBox", scrollFrame)