View Single Post
  #10  
Old 10-20-2004, 06:16 AM
Xothin
Sarnak
 
Join Date: Oct 2004
Posts: 68
Default

Actually, the syntax that finally worked for me was...



Code:
ALTER TABLE items CHANGE `unknown008` `SpellCharges` INT(11) DEFAULT "0" NOT NULL;
Reply With Quote