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
+3 -1
View File
@@ -696,7 +696,9 @@ function addon:ApplyAttributes()
end
function addon:TalentGroupChanged()
self.talentGroup = SpecializationUtil.GetActiveSpecialization()
if SpecializationUtil and SpecializationUtil.GetActiveSpecialization then
self.talentGroup = SpecializationUtil.GetActiveSpecialization()
end
if self.settings.specswap then
local currentProfile = self.db:GetCurrentProfile()