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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user