Nah its just a code error in that batch.
PHP Code:
else if (in_array($cachename, array('items')))
{
// items aren't in user table
$db->query_write("
UPDATE `" . TABLE_PREFIX . "user`
SET `items` = '',
`inventory` = ''
");
}
That's what happens when you code when in a rush...
I dont think I cba to fix this until I done some other features, all these non-content updates are becoming tiring