This commit is contained in:
NoM0Re
2025-05-31 22:54:39 +02:00
committed by GitHub
parent 9def6a5ab8
commit bda851552d
58 changed files with 2518 additions and 1671 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ function Private.regionPrototype.modify(parent, region, data)
region:SetOffsetAnim(0, 0);
if data.anchorFrameType == "CUSTOM" and data.customAnchor then
region.customAnchorFunc = WeakAuras.LoadFunction("return " .. data.customAnchor)
region.customAnchorFunc = WeakAuras.LoadFunction("return " .. data.customAnchor, data.id)
else
region.customAnchorFunc = nil
end