Storage: Correct TOC Version for 3.3.5

This commit is contained in:
andrew6180
2024-05-21 02:36:05 -07:00
parent eaf3e4765c
commit 5cb380cf68
4 changed files with 5 additions and 24 deletions
@@ -1,10 +0,0 @@
## Interface: 30403
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
## LoadOnDemand: 1
## Dependencies: Details
## SavedVariables: DetailsDataStorage
## IconTexture: Interface\AddOns\Details\images\minimap
Details_DataStorage.lua
@@ -4,9 +4,10 @@ DETAILS_STORAGE_VERSION = 6
function Details:CreateStorageDB()
DetailsDataStorage = {
VERSION = DETAILS_STORAGE_VERSION,
[14] = {}, --normal mode (raid)
[15] = {}, --heroic mode (raid)
[16] = {}, --mythic mode (raid)
[1] = {}, --normal mode (raid)
[2] = {}, --heroic mode (raid)
[3] = {}, --mythic mode (raid)
[4] = {}, --ascended mode (raid)
["mythic_plus"] = {}, --(dungeons)
["saved_encounters"] = {}, --(a segment)
}
@@ -1,4 +1,4 @@
## Interface: 100207
## Interface: 30300
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
@@ -1,10 +0,0 @@
## Interface: 30403
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
## LoadOnDemand: 1
## Dependencies: Details
## SavedVariables: DetailsDataStorage
## IconTexture: Interface\AddOns\Details\images\minimap
Details_DataStorage.lua