Skip to content

Commit

Permalink
Fixed alpha values on version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuJonathan committed Nov 23, 2019
1 parent 66d9645 commit b542ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HealComm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if not HealCommSettings then
end

HealComm = select(2, ...)
HealComm.version = "1.1.4"
HealComm.version = "1.1.5"

local hpBars = {}

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b542ae7

Please sign in to comment.