More storage development

This commit is contained in:
Tercio Jose
2024-07-11 01:16:18 -03:00
committed by andrew6180
parent cbc9022cd5
commit 5d45539caa
8 changed files with 53 additions and 40 deletions
+3 -1
View File
@@ -105,7 +105,9 @@
---@diagnostic disable-next-line: missing-fields
local storage = {
DiffNames = {"normal", "heroic", "mythic", "ascended"},
DiffNamesHash = {normal = 1, heroic = 2, mythic = 3, ascended = 4},
DiffNamesHash = {normal = 14, heroic = 2, mythic = 3, ascended = 4,},
DiffIdToName = {[1] = "normal", [2] = "heroic", [3] = "mythic", [4] = "ascended"},
IsDebug = false
}
Details222.storage = storage