[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;
|