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
@@ -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)
}