diff --git a/Retail/Core.lua b/Retail/Core.lua index 3b83cae..47ce9a3 100644 --- a/Retail/Core.lua +++ b/Retail/Core.lua @@ -236,9 +236,9 @@ function nPlates:UpdateHealthColor(frame) else frame.selectionHighlight:SetVertexColor(1.0, 1.0, 1.0) end - - self:SetSelectionColor(frame) end + + self:SetSelectionColor(frame) end function nPlates:UpdateSelectionHighlight(frame) diff --git a/Wrath/Core.lua b/Wrath/Core.lua index e5719f5..2d8a40d 100644 --- a/Wrath/Core.lua +++ b/Wrath/Core.lua @@ -256,8 +256,9 @@ function nPlates:UpdateHealthColor(frame) frame.selectionHighlight:SetVertexColor(1.0, 1.0, 1.0) end - self:SetSelectionColor(frame) end + + self:SetSelectionColor(frame) end function nPlates:UpdateSelectionHighlight(frame) diff --git a/nPlates.toc b/nPlates.toc index 53d3cfa..be7da6e 100644 --- a/nPlates.toc +++ b/nPlates.toc @@ -2,7 +2,7 @@ ## Title: |cffCC3333 n|rPlates ## Notes: Nameplates for NeavUI. ## Author: Grimsbain -## Version: 2.85 +## Version: 2.86 ## IconTexture: Interface\AddOns\nPlates\Media\Addon_Icon.png ## SavedVariablesPerCharacter: nPlatesDB ## RequiredDeps: Blizzard_NamePlates diff --git a/nPlates_Wrath.toc b/nPlates_Wrath.toc index 831b8be..b4ef7ea 100644 --- a/nPlates_Wrath.toc +++ b/nPlates_Wrath.toc @@ -2,7 +2,7 @@ ## Title: |cffCC3333 n|rPlates ## Notes: Nameplates for NeavUI. ## Author: Grimsbain -## Version: 2.85 +## Version: 2.86 ## SavedVariablesPerCharacter: nPlatesDB ## RequiredDeps: Blizzard_NamePlates ## LoadWith: Blizzard_NamePlates