Added db migrations to account for spell id type changes

This commit is contained in:
dannuic
2026-04-27 10:51:50 -06:00
parent 5de441fa20
commit f3634e54ae
4 changed files with 40 additions and 5 deletions
+2 -2
View File
@@ -38,6 +38,6 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9328
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9055
#define CURRENT_BINARY_DATABASE_VERSION 9329
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9056
#define CUSTOM_BINARY_DATABASE_VERSION 0