Merge pull request #441 from Flamanis/DamageTaken-Breakdown

Fix FF/Damage Taken breakdown to show bars and spell names.
This commit is contained in:
Tercio Jose
2023-01-27 14:49:41 -03:00
committed by GitHub
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -4307,7 +4307,7 @@ end
elseif (class) then
local color = Details.class_colors[class]
if (color) then
if (color and class ~= "UNKNOW") then
row.textura:SetStatusBarColor(unpack(color))
else
row.textura:SetStatusBarColor(1, 1, 1)