View Single Post
  #10  
Old 06-24-2003, 01:41 PM
booa
Fire Beetle
 
Join Date: Jun 2003
Posts: 9
Default

[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 "
Reply With Quote