Fixed TargetMana value not showing in the proper color w/ DogTags off

This commit is contained in:
Parnic
2020-01-11 22:18:38 -06:00
parent e6077ab39f
commit 55fbfbdf1c

View File

@ -156,7 +156,7 @@ function IceTargetMana.prototype:Update(unit)
if not IceHUD.IceCore:ShouldUseDogTags() then
self:SetBottomText1(math.floor(self.manaPercentage * 100))
self:SetBottomText2(self:GetFormattedText(self.mana, self.maxMana), color)
self:SetBottomText2(self:GetFormattedText(self.mana, self.maxMana), self.color)
end
end