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:
NoM0Re
2025-02-06 21:31:45 +01:00
parent 91641b31f2
commit d3c8a9bf3e
29 changed files with 426 additions and 449 deletions
+3 -3
View File
@@ -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",