Storage: Correct TOC Version for 3.3.5
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user