From: Aleksi Blinnikka Date: Tue, 30 Jul 2019 20:25:36 +0000 (+0300) Subject: Healing required overlay opacity down X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/39e2cd4af4daac812405a7a07671cb1c320eb7ae?ds=inline Healing required overlay opacity down --- diff --git a/kehys/setup.lua b/kehys/setup.lua index f8c2040..70ed926 100644 --- a/kehys/setup.lua +++ b/kehys/setup.lua @@ -19,7 +19,7 @@ addon.Colors = { OverlayColorDispel = {1, 0.5, 0, 0.5}, OverlayColorCharm = {0.8, 0, 1, 0.5}, OverlayColorAlert = {1, 0, 0, 0.5}, - OverlayColorHeal = {0, 1, 0.6, 0.3}, + OverlayColorHeal = {0, 1, 0.6, 0.1}, } addon.FrameGuids = {};