v3 Release Candidate.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
DETAILS_STORAGE_VERSION = 1
|
||||
|
||||
function _detalhes:CreateStorageDB()
|
||||
DetailsDataStorage = {VERSION = DETAILS_STORAGE_VERSION, RAID_STORAGE = {}}
|
||||
return DetailsDataStorage
|
||||
end
|
||||
|
||||
DetailsDataStorage = DetailsDataStorage or _detalhes:CreateStorageDB()
|
||||
|
||||
if (DetailsDataStorage.VERSION < DETAILS_STORAGE_VERSION) then
|
||||
--> do revisions
|
||||
end
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
## Interface: 60000
|
||||
## Title: Details Storage
|
||||
## Notes: Stores information for Details!
|
||||
## DefaultState: Enabled
|
||||
## LoadOnDemand: 1
|
||||
## Dependencies: Details
|
||||
## SavedVariables: DetailsDataStorage
|
||||
|
||||
Details_DataStorage.lua
|
||||
Reference in New Issue
Block a user