Quote:
Error #1054: Unknown column 'zonename' in 'field list'
Error in GetCharSelectInfo query 'SELECT name,profile,zonename FROM character_ W
HERE account_id=2 order by name' #1054: Unknown column 'zonename' in 'field list
'
|
theres your problem. must have a bad DB.
Open up mysql.exe and type "drop database eq;" without the quotes and hit enter.
then type "create database eq;" and hit enter
then type "source db.sql" and hit enter (with the db.sql file from 0.3.0 zip in the mysql/bin folder)