View Single Post
  #3  
Old 10-23-2004, 09:49 AM
Cans
Sarnak
 
Join Date: Mar 2003
Posts: 71
Default

Also, to fix that big items error thing run this in a MySQL query:

Code:
ALTER TABLE `items` CHANGE `unknown008` `SpellCharges` INT(11) DEFAULT "0" NOT NULL;
That will remove the error.
__________________
Cans O`Whoop Ass
LOADING, PLEASE WAIT...
Reply With Quote