from retail

This commit is contained in:
NoM0Re
2025-01-07 16:12:17 +01:00
parent 74a1a856ac
commit 395d448066
14 changed files with 92 additions and 60 deletions
+2 -2
View File
@@ -770,7 +770,7 @@ local growers = {
local ok, ret = pcall(growFunc, newPositions, activeRegions)
Private.ActivateAuraEnvironment()
if not ok then
Private.GetErrorHandlerId(data.id, L["Custom Sort"])
Private.GetErrorHandlerId(data.id, L["Custom Grow"])
wipe(newPositions)
end
end
@@ -833,7 +833,7 @@ local function modify(parent, region, data)
end
function region:Resume()
-- Allows group to reindex and reposition.
-- Allows group to re-index and reposition.
-- TriggersSortUpdatedChildren and PositionChildren to happen
if self.suspended > 0 then
self.suspended = self.suspended - 1