View Single Post
  #23  
Old 06-29-2003, 02:45 PM
burthold
Sarnak
 
Join Date: Apr 2002
Posts: 46
Default

the quest files load some events are missing like soul binders don't bind and the like.

For you people having the spawn2 timeleft error this alters statement works to fix it.

ALTER TABLE spawn2 ADD COLUMN timeleft int(5) NOT NULL default '0';

you have to have a default set or it wont load.

Wes
Reply With Quote