View Single Post
  #4  
Old 06-25-2004, 07:28 AM
red1234
Fire Beetle
 
Join Date: Jun 2004
Posts: 13
Default

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.
Reply With Quote