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';