Oh yea, to change the database, from the mysql folder do:
	Code:
	mysql -u root
use eq;     *or whatever your datatbase name is*
UPDATE items SET unknown008=1;
exit;
 And it hasn't affected any non-clicky items that I've seen.
EDIT: removed mysql from first line and table from 3rd line. Worked when I did it /shrug.