View Single Post
  #6  
Old 06-10-2006, 11:15 AM
cacesasa
Fire Beetle
 
Join Date: Mar 2006
Posts: 6
Default

u can use cavedude's db if u do apply this changes to the db:

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;
Reply With Quote