(cherry picked from commit 0b28c5780e55ac544c1acace487aad0a8d8faf28)
This commit is contained in:
NoM0Re
2026-01-13 00:47:51 -07:00
committed by andrew6180
parent 65ac8d1191
commit 05f060140a
36 changed files with 1367 additions and 99 deletions
+4
View File
@@ -1050,6 +1050,10 @@ function OptionsPrivate.ConstructOptions(prototype, data, startorder, triggernum
end
WeakAuras.Add(data);
if (reloadOptions) then
-- Hack specifally for Mini talent widgets
-- That widget needs to be informed before and
-- after a reload
OptionsPrivate.Private.callbacks:Fire("BeforeReload")
WeakAuras.ClearAndUpdateOptions(data.id)
WeakAuras.FillOptions()
end