Fix for bots guild-related view query issue

This commit is contained in:
Uleat
2020-03-30 08:02:45 -04:00
parent 1b888784eb
commit 99c1c826a8
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#define CURRENT_BINARY_DATABASE_VERSION 9152
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9026
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9027
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif