This commit is contained in:
Bunny67
2020-06-06 19:28:54 +03:00
parent 5b6330807c
commit 4c8be29dc3
+1 -1
View File
@@ -214,7 +214,7 @@ function WeakAuras.ActivateAuraEnvironment(id, cloneId, state, states, onlyConfi
if(actions and actions.do_custom and actions.custom) then
local func = WeakAuras.customActionsFunctions[id]["init"]
if func then
local ok, ret = xpcall(func)
local ok, ret = pcall(func)
if not ok then
geterrorhandler()(ret)
end