View Single Post
  #2  
Old 06-13-2006, 07:34 PM
WARR10R
Fire Beetle
 
Join Date: Apr 2004
Posts: 23
Default

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;

Last edited by WARR10R; 06-14-2006 at 03:38 AM..
Reply With Quote