v1.6.0: Stable Map Search & Blood of Heroes Data Fix

This commit is contained in:
Xurkon
2026-04-08 17:34:15 -05:00
parent 4ef2b9f661
commit 49477da2d0
11 changed files with 465 additions and 66 deletions
@@ -100,6 +100,26 @@ function QuestieOptions.tabs.credits:Initialize()
},
},
},
test_support_group = {
type = "group",
order = 7,
inline = true,
name = function() return l10n('Test & Support'); end,
args = {
test_support = {
type = "description",
order = 1,
name = function() return 'Dee, Maxine, Disarrayed'; end,
fontSize = "medium",
},
test_support_servers = {
type = "description",
order = 2,
name = function() return 'Project Ebonhold & Project Ascension communities'; end,
fontSize = "medium",
},
},
},
},
}
end