View Single Post
  #2  
Old 09-26-2011, 08:00 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

When you dumped your database you were at a particular version of code and database. If you restore it and you've updated the code then you need to update the database to match.

That particular error is because 1944_spawn2.sql has not been applied.

If you apply the updates from the trunk\EQEmuServer\utils\sql\svn directory that are newer than the restored database you should be all set.
Reply With Quote