View Single Post
  #2  
Old 05-24-2003, 04:51 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

[Status] Zone Bootup: sharvahl (155)
Error in GetZoneW query 'SELECT weather FROM zone WHERE zoneidnumber=155' #1054:
Unknown column 'weather' in 'field list'

Your zone table doesn't have the right format/version, you are probably mixing database and binary versions but.

alter table zone add weather int default 1;
Reply With Quote