As you've been told before, the item error is because your executables and database don't match, or you sourced something incorrectly. I sourced the latest database and built the latest source code today and it works fine. Somewhere you're missing a step.
Assuming you're using the latest source code:
mysql -uroot -ppassword peq < peqdb_rev2142.sql
mysql -uroot -ppassword peq < load_player.sql
mysql -uroot -ppassword peq < load_bots.sql
You should only source load_bots.sql if you have compiled for bots.
|