Fix for bots db update 9015 not triggering where update 9011 has not applied

This commit is contained in:
Uleat
2017-03-22 03:45:50 -04:00
parent 1e1de3a48a
commit e8a8647424
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
#define CURRENT_BINARY_DATABASE_VERSION 9107
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9015
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9016
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif