Added mythic dungeon settings

This commit is contained in:
Tercio Jose
2020-12-21 14:23:37 -03:00
parent b3e907dbca
commit b703d60a5c
10 changed files with 115 additions and 23 deletions
+4 -2
View File
@@ -210,12 +210,14 @@ function Details.options.InitializeOptionsWindow(instance)
[16] = Loc ["STRING_OPTIONSMENU_SPELLS"],
[17] = Loc ["STRING_OPTIONSMENU_DATACHART"],
[18] = "Mythic Dungeon",
}
local optionsSectionsOrder = {
1, "", 3, 4, "", 5, 6, 7, 12, 13, "", 9, 2, 8, 10, 11, "", 14, 15, 16, 17--, 18, 19
1, "", 3, 4, "", 5, 6, 7, 12, 13, "", 9, 2, 8, 10, 11, 18, "", 14, 15, 16, 17--, 18, 19
}
local maxSectionIds = 17
local maxSectionIds = 18
Details.options.maxSectionIds = maxSectionIds
local buttonYPosition = -40