api: prevent race condition in table wipe

* fix raid unitpopup menu for 3rd party addons
* fixes set banker, disenchanter options
This commit is contained in:
Road-block
2018-01-03 14:29:23 +02:00
committed by Shagu
parent e8e8ce0ee6
commit ff1e949f30
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -412,7 +412,6 @@ function pfUI.api.wipe(src)
for k in pairs(src) do
src[k] = nil
end
table.setn(src,0)
return src
end