From b542ae7fa4a37c13c4400d1486567259f7a094e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 23 Nov 2019 17:24:01 -0500 Subject: [PATCH] Fixed alpha values on version upgrade --- HealComm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HealComm.lua b/HealComm.lua index cdb313b..bb4363d 100644 --- a/HealComm.lua +++ b/HealComm.lua @@ -20,7 +20,7 @@ if not HealCommSettings then end HealComm = select(2, ...) -HealComm.version = "1.1.4" +HealComm.version = "1.1.5" local hpBars = {} @@ -152,7 +152,7 @@ hooksecurefunc("CompactUnitFrame_SetUnit", CompactUnitFrame_SetUnitHook) -- This ]]-- function HealComm:OnInitialize() --Initalize new options for 1.1.0 - HealCommSettings.healColor = HealCommSettings.healColor or {red=0,green=1,blue=0,alpha=60} + HealCommSettings.healColor = HealCommSettings.healColor or {red=0,green=1,blue=0,alpha=0.6} self:CreateBars() hooksecurefunc("RaidPulloutButton_OnLoad", RaidPulloutButton_OnLoadHook)