from retail

This commit is contained in:
NoM0Re
2025-01-17 21:00:15 +01:00
parent efdbb3c46d
commit bd46c605bd
3 changed files with 34 additions and 17 deletions
+4
View File
@@ -1465,5 +1465,9 @@ function Private.Modernize(data)
end
end
if data.internalVersion < 69 then
migrateToTable(data.load, "itemequiped")
end
data.internalVersion = max(data.internalVersion or 0, WeakAuras.InternalVersion())
end