Skip to content

Commit

Permalink
Fix lua error on editing conditions for manual progress
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Nov 24, 2024
1 parent 1e7b9a8 commit 56fc565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WeakAurasOptions/ConditionOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ local function addControlsForChange(args, order, data, conditionVariable, totalA
conditions[i].changes[j].value = {};
end
conditions[i].changes[j].value[property] = v;

WeakAuras.Add(data)
WeakAuras.ClearAndUpdateOptions(data.id)
end
end
Expand Down

0 comments on commit 56fc565

Please sign in to comment.