393
edits
No edit summary |
No edit summary |
||
Line 295: | Line 295: | ||
local row = {} | local row = {} | ||
row.name = node.name | row.name = node.name | ||
row.icon = Icons.Icon({'Skill Tree'..string.gsub(node.name, ' ', ''), node.name, img='Skill Tree' | row.icon = Icons.Icon({'Skill Tree'..string.gsub(node.name, ' ', ''), node.name, img='Skill Tree'}) | ||
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