From 3c2cef6ffb99d6e8febf3a4df2b4b51ee0b9c2aa Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Fri, 1 Mar 2019 18:10:29 +0200 Subject: [PATCH] Decrease high healing overlay opacity --- kehys/setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kehys/setup.lua b/kehys/setup.lua index 79ca970..f8c2040 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.5}, + OverlayColorHeal = {0, 1, 0.6, 0.3}, } addon.FrameGuids = {}; -- 2.39.5