diff --git a/Modules/SecondaryPowerBar.lua b/Modules/SecondaryPowerBar.lua index 9fff9d0..3928b51 100755 --- a/Modules/SecondaryPowerBar.lua +++ b/Modules/SecondaryPowerBar.lua @@ -363,6 +363,12 @@ local function UpdateComboDisplay() bar:SetStatusBarColor(powerBarColourR, powerBarColourG, powerBarColourB, powerBarColourA or 1) end bar:Show() + elseif chargedLookup[i] then + bar:SetValue(1) + bar:SetStatusBarColor(chargedComboPointColourR, chargedComboPointColourG, + chargedComboPointColourB, 0.25) + end + bar:Show() else bar:SetValue(0) bar:Hide()