View Single Post
  #8  
Old 06-10-2006, 10:45 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by fireclav
neither, cavedudes

and yep when i click a char at char select is when i get the error.
cavedudes is the EQ one,
as per changelog ==05/31/2006==, did you source these lines into the database?
(don't forget to "USE eq" first)

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;

This is probably why your .EXE's are crashing too.

Last edited by Angelox; 06-11-2006 at 06:52 AM.. Reason: I dunno!
Reply With Quote