View Single Post
  #5  
Old 05-18-2009, 04:39 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

http://eqemulator.net/forums/showthr...ght=instzorgid

You could try to add the removed columns back to your DB
Code:
ALTER table character_ ADD column `instZflagNum` int(10) unsigned NOT NULL default '0';
ALTER table character_ ADD column `instZOrgID` int(11) NOT NULL default '0';
Reply With Quote