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 .. " - " .. node.name, img=node.skillName}) | row.icon = Icons.Icon({node.skillName .. " - " .. node.name, img=node.skillName.."_%23"}) | ||
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