View Single Post
  #7  
Old 10-19-2004, 02:51 PM
Trasher
Fire Beetle
 
Join Date: Nov 2003
Posts: 3
Default

Quote:
Originally Posted by jenniferrose
Quote:
ALTER TABLE items CHANGE 'unknown008' 'SpellCharges' INT(11) DEFAULT '0' NOT NULL;
has this actually worked for anyone? ive tried this on several occassions trying to get a working 6.0 database, but always get

you have an error in syntax at 'unknown008' 'SpellCharges' INT(11) DEFAULT '0' NOT NULL at line 1
I have done this and together with the update for the 5.8 DB the 6.0-dr1 works fine.

You only have to do it one time.
Reply With Quote