[Bots] Hotfix for possible crash. (#2539)

* [Bots] Hotfix for possible crash.

Possible crash due to 4 nullable columns in `bot_spells_entries` table.

* Update 2022_11_13_bot_spells_entries.sql
This commit is contained in:
Kinglykrab
2022-11-13 20:44:07 -05:00
committed by GitHub
parent 815593b9bc
commit fca99bb274
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#define CURRENT_BINARY_DATABASE_VERSION 9212
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9030
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9031
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif