from retail

Icon Picker supports now also ID's. catch pattern may needs a regression.
This commit is contained in:
NoM0Re
2025-02-04 15:49:16 +01:00
parent 3913a570fa
commit b9e3113eab
4 changed files with 104 additions and 48 deletions
-1
View File
@@ -87,7 +87,6 @@ if LibGroupTalents then
-- Notify subscribers
for _, f in ipairs(subscribers) do
print(f)
f(nameToUnitMap[unitName])
end
end
-3
View File
@@ -1576,9 +1576,6 @@ Private.event_prototypes = {
values = "spec_types_all",
store = true,
conditionType = "select",
enable = function(trigger)
return trigger.unit == "group" or trigger.unit == "raid" or trigger.unit == "party"
end,
desc = L["Requires syncing the specialization via LibSpecialization."],
},
{