from retail
Icon Picker supports now also ID's. catch pattern may needs a regression.
This commit is contained in:
@@ -87,7 +87,6 @@ if LibGroupTalents then
|
||||
|
||||
-- Notify subscribers
|
||||
for _, f in ipairs(subscribers) do
|
||||
print(f)
|
||||
f(nameToUnitMap[unitName])
|
||||
end
|
||||
end
|
||||
|
||||
@@ -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."],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user