View Single Post
  #3  
Old 06-11-2012, 03:43 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote