- Encounter updates and framework fixes.

This commit is contained in:
Tercioo
2019-01-22 14:28:29 -02:00
parent d5773d1583
commit 9301c993ca
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -6868,7 +6868,7 @@ DF.HealthFrameFunctions = {
self.healAbsorbIndicator:Show()
self.healAbsorbIndicator:SetWidth (max (1, min (width * healAbsorbPercent, abs (healthPercent - 1) * width)))
self.healAbsorbIndicator:SetPoint ("topleft", self, "topleft", width * healthPercent, 0)
self.healAbsorbIndicator:SetPoint ("bottomleft", self, bottom"left", width * healthPercent, 0)
self.healAbsorbIndicator:SetPoint ("bottomleft", self, "bottomleft", width * healthPercent, 0)
else
self.healAbsorbIndicator:Hide()
end