View Single Post
  #5  
Old 06-27-2004, 04:02 AM
Virus11
Discordant
 
Join Date: May 2004
Posts: 311
Default

That didn't work for me, so I asked in #eqemu and RangerDown told me this and it works:

Code:
cd\mysql\bin
mysql -u root <dbname>
UPDATE items SET unknown008=1;
quit
exit
__________________

Reply With Quote