Merge pull request #441 from Flamanis/DamageTaken-Breakdown
Fix FF/Damage Taken breakdown to show bars and spell names.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user