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.
|