Filename | |
---|---|
Modules/Bars/Bars.lua |
diff --git a/Modules/Bars/Bars.lua b/Modules/Bars/Bars.lua index d3d01f8..d94b4af 100644 --- a/Modules/Bars/Bars.lua +++ b/Modules/Bars/Bars.lua @@ -64,7 +64,7 @@ return UnitHealth(unit) if UnitIsPlayer(unit) then return ClassColor(unit) else - if UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit) + if UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit) then return .5, .5, .5 else return UnitSelectionColor(unit)