More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
@@ -26,7 +26,7 @@ f:SetScript("OnEvent", function(self, event, addonName)
if (DetailsDataStorage.VERSION < DETAILS_STORAGE_VERSION) then
--do revisions
if (DetailsDataStorage.VERSION < 5) then
table.wipe (DetailsDataStorage)
table.wipe(DetailsDataStorage)
DetailsDataStorage = _detalhes:CreateStorageDB()
end
end