fix spec load, small fixes

This commit is contained in:
NoM0Re
2025-02-26 21:08:59 +01:00
parent 933ff4b15f
commit b1c6b7d333
4 changed files with 13 additions and 22 deletions
+3
View File
@@ -3695,6 +3695,9 @@ end
-- early if anyone wants the event
Private.LibGroupTalentsWrapper.Register(function(unit)
WeakAuras.ScanEvents("UNIT_SPEC_CHANGED_" .. unit, unit)
if unit == "player" then
Private.ScanForLoads(nil, "UNIT_SPEC_CHANGED_" .. unit)
end
end)
do