From 39e2cd4af4daac812405a7a07671cb1c320eb7ae Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Tue, 30 Jul 2019 23:25:36 +0300 Subject: [PATCH 1/1] Healing required overlay opacity down --- kehys/setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}; -- 2.39.5