[Bug Fix] Fix Bot Spell Entries IDs Capping at 32,767 (#4444)

* [Bug Fix] Fix Bot Spell Entries IDs Capping at 32,767

* Fix manifest
This commit is contained in:
Alex King
2024-08-26 21:29:50 -04:00
committed by GitHub
parent 40738b29e3
commit 7dfda95d86
4 changed files with 39 additions and 27 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
*/
#define CURRENT_BINARY_DATABASE_VERSION 9282
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9044
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9045
#endif