Added /details m+log; fixed some slash commands not working for Germany

This commit is contained in:
Tercio Jose
2022-12-21 09:54:45 -03:00
parent 5aa2dd6e0a
commit 3078eae54e
4 changed files with 100 additions and 28 deletions
+1 -6
View File
@@ -57,25 +57,20 @@
Details222.PlayerBreakdown = {
DamageSpellsCache = {}
}
--namespace color
Details222.ColorScheme = {
["gradient-background"] = {0.1215, 0.1176, 0.1294, 0.8},
}
function Details222.ColorScheme.GetColorFor(colorScheme)
return Details222.ColorScheme[colorScheme]
end
--namespace for damage spells (spellTable)
Details222.DamageSpells = {}
--namespace for texture
Details222.Textures = {}
--namespace for pet
Details222.Pets = {}
Details222.MythicPlus = {}
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--initialization stuff