added a missing version number in version.h

This commit is contained in:
regneq 2017-04-07 19:54:13 -07:00
parent 5ff271d583
commit 09f5174299

View File

@ -30,7 +30,7 @@
Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9107
#define CURRENT_BINARY_DATABASE_VERSION 9108
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9017
#else