View Single Post
  #7  
Old 06-10-2006, 11:44 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by cacesasa
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;
I just realized did this for PEQ, but forgot I didn't do it for EQ - hadn't used EQ in a while so I forgot the matter, never realized what it was for.

Thanks for your help and patience, it's working fine now with the latest binaries
Reply With Quote