Make LibGroupTalents work now, but still requires regressions
Arguments might still shut be shared from the original call for custom auras. More functions need to be added to prototypes. Documentation is needed soon.
This commit is contained in:
@@ -1576,7 +1576,7 @@ Private.event_prototypes = {
|
||||
values = "spec_types_all",
|
||||
store = true,
|
||||
conditionType = "select",
|
||||
desc = L["Requires syncing the specialization via LibSpecialization."],
|
||||
desc = L["Requires syncing the specialization via LibGroupTalents."],
|
||||
},
|
||||
{
|
||||
name = "classification",
|
||||
@@ -2099,7 +2099,7 @@ Private.event_prototypes = {
|
||||
enable = function(trigger)
|
||||
return trigger.unit == "group" or trigger.unit == "raid" or trigger.unit == "party"
|
||||
end,
|
||||
desc = L["Requires syncing the specialization via LibSpecialization."],
|
||||
desc = L["Requires syncing the specialization via LibGroupTalents."],
|
||||
},
|
||||
{
|
||||
name = "raid_role",
|
||||
@@ -2470,7 +2470,7 @@ Private.event_prototypes = {
|
||||
enable = function(trigger)
|
||||
return trigger.unit == "group" or trigger.unit == "raid" or trigger.unit == "party"
|
||||
end,
|
||||
desc = L["Requires syncing the specialization via LibSpecialization."],
|
||||
desc = L["Requires syncing the specialization via LibGroupTalents."],
|
||||
},
|
||||
{
|
||||
name = "raid_role",
|
||||
|
||||
Reference in New Issue
Block a user