Anonymous

Module:ModifierTables/Sandbox: Difference between revisions

From Melvor Idle
no edit summary
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', nolink=true})
    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)
393

edits