Fix FF/Damage Taken breakdown to show bars and spell names.

This commit is contained in:
Flamanis
2023-01-26 23:18:56 -06:00
parent e9f9adab23
commit a53386a57b
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)