5.19.10
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user