2,875
edits
Tag: Undo |
Tag: Undo |
||
Line 110: | Line 110: | ||
local args = frame.args ~= nil and frame.args or frame | local args = frame.args ~= nil and frame.args or frame | ||
local spellName = args[1] | local spellName = args[1] | ||
local namespace = | local namespace = args.namespace or nil | ||
local spell = p.getSpell(spellName, nil, namespace) | local spell = p.getSpell(spellName, nil, namespace) | ||
if spell == nil then | if spell == nil then |
edits