fix: guard retail-only InterfaceOptions/SpecializationUtil/AscensionSpellbookFrame; port icons to BLP
release / release (push) Successful in 2s

This commit is contained in:
2026-05-29 10:43:54 +02:00
parent 762cd19a78
commit 9f7e2b3ae8
9 changed files with 12 additions and 8 deletions
+4 -2
View File
@@ -13,8 +13,10 @@ local MAX_ROWS = 12
function CliqueConfig:ShowWithSpellBook()
self:ClearAllPoints()
self:SetParent(AscensionSpellbookFrame)
self:SetPoint("LEFT", AscensionSpellbookFrame, "RIGHT", 55, 0)
if AscensionSpellbookFrame then
self:SetParent(AscensionSpellbookFrame)
self:SetPoint("LEFT", AscensionSpellbookFrame, "RIGHT", 55, 0)
end
self:Show()
end