mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user