Merging Seal of Command on Wrath classic

This commit is contained in:
Tercio Jose
2022-10-10 16:51:56 -03:00
parent 1ed29008aa
commit 69899679e7
63 changed files with 1655 additions and 1638 deletions
+7
View File
@@ -571,6 +571,13 @@ function Details:StartMeUp() --I'll never stop!
--shutdown the old OnDeathMenu
--cleanup: this line can be removed after the first month of dragonflight
Details.on_death_menu = false
--reset to default the evoker color
local defaultEvokerColor = _detalhes.default_profile.class_colors.EVOKER
local currentEvokerColorTable = _detalhes.class_colors.EVOKER
currentEvokerColorTable[1] = defaultEvokerColor[1]
currentEvokerColorTable[2] = defaultEvokerColor[2]
currentEvokerColorTable[3] = defaultEvokerColor[3]
end
Details.AddOnLoadFilesTime = _G.GetTime()