- Attempt to fix some plugins loading after details! start and failing to install.

- Fixed Vamguard plugin not showing debuffs on tanks.
- Fixed a bug within Atal'Dazar dungeon where in some cases adds damage where considered friendly fire.
This commit is contained in:
Tercioo
2019-03-06 15:22:09 -03:00
parent ab333051bc
commit 3c62ffbf5b
5 changed files with 63 additions and 15 deletions
+4
View File
@@ -167,6 +167,10 @@ do
["yellowgreen"] = {0.603922, 0.803922, 0.196078, 1}
}
function DF:GetDefaultColorList()
return defaultColors
end
for colorName, colorTable in pairs (defaultColors) do
DF.alias_text_colors [colorName] = colorTable
end