From 6ad996d52ff15d43eea4df89e28fd8baa00a0ab0 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Sun, 9 Feb 2025 15:53:14 +0100 Subject: [PATCH] from retail --- WeakAuras/RegionTypes/RegionPrototype.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WeakAuras/RegionTypes/RegionPrototype.lua b/WeakAuras/RegionTypes/RegionPrototype.lua index 4e56045..5d5d0f8 100644 --- a/WeakAuras/RegionTypes/RegionPrototype.lua +++ b/WeakAuras/RegionTypes/RegionPrototype.lua @@ -590,6 +590,9 @@ local function UpdateProgressFromManual(self, minMaxConfig, state, value, total) if self.UpdateValue then self:UpdateValue() end + if self.SetAdditionalProgress then + self:SetAdditionalProgress(nil) + end end local function UpdateProgressFrom(self, progressSource, minMaxConfig, state, states, parent)