oops
This commit is contained in:
@@ -214,7 +214,7 @@ function WeakAuras.ActivateAuraEnvironment(id, cloneId, state, states, onlyConfi
|
|||||||
if(actions and actions.do_custom and actions.custom) then
|
if(actions and actions.do_custom and actions.custom) then
|
||||||
local func = WeakAuras.customActionsFunctions[id]["init"]
|
local func = WeakAuras.customActionsFunctions[id]["init"]
|
||||||
if func then
|
if func then
|
||||||
local ok, ret = xpcall(func)
|
local ok, ret = pcall(func)
|
||||||
if not ok then
|
if not ok then
|
||||||
geterrorhandler()(ret)
|
geterrorhandler()(ret)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user