393
edits
No edit summary |
No edit summary |
||
Line 297: | Line 297: | ||
local row = {} | local row = {} | ||
row.name = node.skillName .. " - " .. node.name | row.name = node.skillName .. " - " .. node.name | ||
row.icon = Icons.Icon({node.skillName .. | row.icon = Icons.Icon({node.skillName..'%23'..string.gsub(node.name, ' ', ''), node.name, type='skill', img=node.skillName}) | ||
row.expIcon = Icons.getDLCColumnIcon(node.id) | row.expIcon = Icons.getDLCColumnIcon(node.id) | ||
row.expSort = Icons.getExpansionID(node.id) | row.expSort = Icons.getExpansionID(node.id) |
edits