Quote:
Originally Posted by tcsmyworld
the timeleft error is caused from a field missing in the spawn2 table.
Open mysql and add this to your DB.
ALTER TABLE spawn2 ADD COLUMN timeleft int(5) NOT NULL default '0';
that fixed the error for me.
|
I was having a population error in zone.exe .
This did the trick .
Thank you tcsmyworld !