393
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 295: | Line 295: | ||
local row = {} | local row = {} | ||
row.name = node.name | row.name = node.name | ||
row.icon = Icons.Icon({' | row.icon = Icons.Icon({'Skill Tree'..string.gsub(node.name, ' ', ''), node.name, type='skill', 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) | ||
row.type = 'Skill Tree Node' | row.type = '[[Skill Tree|Skill Tree Node]]' | ||
row.typeText = 'Skill Tree Node' | row.typeText = 'Skill Tree Node' | ||
edits