App.UI.Wardrobe.generateRows=function(array,category,slave,ignoreAccessCheck="false"){// category should be in the form of slave.category, the thing we want to update.
App.UI.Wardrobe.generateRows=function(array,category,slave,ignoreAccessCheck=false){// category should be in the form of slave.category, the thing we want to update.
// Some items will never be in App.data.misc, especially "none" if it falls in between harsh and nice data sets. Trying to look it up would cause an error, which is what access check works around.