diff --git a/Data/DBUtil.lua b/Data/DBUtil.lua index 75d01bc..92adb84 100644 --- a/Data/DBUtil.lua +++ b/Data/DBUtil.lua @@ -119,7 +119,7 @@ end --- C) Prevent data loss due to a bug function DB.CreateAutomaticBackup() if not CUF_DB.version -- First time addon is loaded, nothing to backup - or (CUF_DB.backups.automatic and CUF_DB.backups.automatic.CUFVersion == CUF.version) then + or (CUF_DB.backups.automatic and CUF_DB.backups.automatic.CUFVersion >= CUF.version) then return end