View Single Post
  #2  
Old 09-23-2006, 06:26 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

According to my current install, UNK060 is not a field in the Items table. Field "Source" does exist, so I am not sure why you'd be getting an error there. Open your favorite MySQL tool, browse to Items, and search for those two columns. If they do not exist, add them at the bottom (just to test - be sure to backup first).

source varchar(20) NOT NULL default ''
UNK060 int(11) NOT NULL default 0

Is it likely 13th Floor added a field that is not in the EQEmu source?
Reply With Quote