This has areadly been resolved
http://www.eqemulator.net/forums/showthread.php?t=20768
You need to add these in you database
ALTER TABLE spawnentry DROP spawn_limit;
ALTER TABLE spawngroup ADD spawn_limit tinyint(4) NOT NULL default '0';
ALTER TABLE altadv_vars ADD class_type int unsigned NOT NULL DEFAULT 0;