View Single Post
  #2  
Old 01-04-2006, 02:05 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

The 'attuneable' field is missing in your version of the items table.

Add it with the following at a mysql (not DOS command -- mysql command) prompt:

ALTER TABLE items ADD attuneable int(11) NOT NULL default 0;

__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote