318
edits
(_getItemSources: Support Golbin Raid exclusive items) |
mNo edit summary |
||
Line 237: | Line 237: | ||
return table.concat(tables, '\r\n') | return table.concat(tables, '\r\n') | ||
end | end | ||
end | |||
function p.getAltMagicTable(frame) | |||
local spellName = frame.args ~= nil and frame.args[1] or frame | |||
return p.buildAltMagicTable(spellName) | |||
end | end | ||
edits