View Single Post
  #18  
Old 03-23-2003, 05:10 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

You need to load your items, compare the db.sql you should be using with whats in the items database, and update the table to make items work with the new format.

the updated items field had a minstatus tinyint(3) unsigned field added between the last release and this one. You need to update your items to include this one...

alter table items add column minstatus tinyint(3) unsigned default '0' after raw_data;
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote