from retail

This commit is contained in:
NoM0Re
2025-01-19 14:54:14 +01:00
parent dccd22b610
commit 87c681b2f3
10 changed files with 62 additions and 25 deletions
+5
View File
@@ -1034,6 +1034,9 @@ do -- Archive stuff
error(string.format(L["Could not load WeakAuras Archive, the addon is %s"], reason))
end
end
if type(WeakAurasArchive) ~= "table" then
WeakAurasArchive = {}
end
Archivist:Initialize(WeakAurasArchive)
end
return Archivist
@@ -1164,6 +1167,8 @@ loadedFrame:SetScript("OnEvent", function(self, event, addon)
db.displays = db.displays or {};
db.registered = db.registered or {};
db.migrationCutoff = db.migrationCutoff or 730
db.historyCutoff = db.historyCutoff or 730
Private.SyncParentChildRelationships();
local isFirstUIDValidation = db.dbVersion == nil or db.dbVersion < 26;