Skip to content

Commit

Permalink
Nameplates: Health Color is now the units reaction to you, not the he…
Browse files Browse the repository at this point in the history
…alth they have.
  • Loading branch information
Wutname1 committed Jul 18, 2018
1 parent d48845f commit d298ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ local NamePlateFactory = function(frame, unit)
health:SetPoint('BOTTOM')
health:SetSize(frame:GetWidth(), 5)
health:SetStatusBarTexture('Interface\\AddOns\\SpartanUI\\media\\Smoothv2.tga')
health.colorHealth = true
-- health.colorHealth = true
health.colorTapping = true
health.colorDisconnected = true
health.colorReaction = true
frame.Health = health

frame.bgHealth = frame:CreateTexture(nil, 'BACKGROUND', frame)
Expand Down

0 comments on commit d298ddb

Please sign in to comment.