View Single Post
  #6  
Old 06-19-2004, 07:41 AM
mangoo
Items Master
 
Join Date: Apr 2003
Posts: 293
Default

With the last EQ patch, the devs have added a new item field: "unknown008". To update your databases run this to it...

Code:
ALTER TABLE `items` ADD `unknown008` INT(11) DEFAULT "0" NOT NULL AFTER `unknown007`
Download the Beta3 Upgrade: here
__________________
Reply With Quote