Module:AuronTest/ComparisonTables: Difference between revisions

Removed do-nothing function
(Removing the garbage collection I had added since it didn't seem to be doing anything but I wanted to make sure)
(Removed do-nothing function)
 
Line 16: Line 16:
   None = {},
   None = {},
}
}
function p.doNothing()
  return "This did nothing!"
end


function p._getEquipmentTable(itemList, includeModifiers, includeDescription)
function p._getEquipmentTable(itemList, includeModifiers, includeDescription)