Skip to content

Commit

Permalink
Don't show white border for mission reward.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Aug 19, 2019
1 parent ae18477 commit 4ec8198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/Garrison.lua
Expand Up @@ -323,6 +323,9 @@ local function LoadSkin()
local r, g, b
if frame.IconBorder and frame.IconBorder:IsShown() then
r, g, b = frame.IconBorder:GetVertexColor()
if r > 0.64 and r < 0.67 then
r, g, b = unpack(C.media.border_color)
end
else
r, g, b = unpack(C.media.border_color)
end
Expand Down

0 comments on commit 4ec8198

Please sign in to comment.