[quote="Shadowrun[EQ]"]tried using the new cvs builds posted there and get these errors
Quote:
Init: Loading zone lists, zone state or spawn listError in PopulateZoneLists que
ry 'SELECT id, spawngroupID, x, y, z, heading, respawntime, variance, pathgrid,
timeleft FROM spawn2 WHERE zone='gfaydark'' #1054: Unknown column 'timeleft' in
'field list'
ERROR: Couldn't populate zone spawn list.
Zone->Init failed
|
I encountered the same error . This did the trick .
ALTER TABLE spawn2 ADD COLUMN timeleft int(5) NOT NULL default '0';
**Remember to backup your db before tinkering ! **
Gratitude to " tcsmyworld "