Thread: Database Error
View Single Post
  #2  
Old 08-22-2004, 05:23 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

I had that problem. I ran the following from mysql and it worked after that:



Code:
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
ALTER TABLE items ADD unknown008 INT(11) DEFAULT "0" NOT NULL;
Reply With Quote