diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 9b750e583..31c37ad61 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -7248,7 +7248,7 @@ ALTER TABLE `sharedbank` .content_schema_update = false }, ManifestEntry{ - .version = 9328, + .version = 9330, .description = "2025_01_27_offline_account_status.sql", .check = "SHOW COLUMNS FROM `account` LIKE 'offline'", .condition = "empty", diff --git a/common/version.h b/common/version.h index c119346d4..2375bc9f3 100644 --- a/common/version.h +++ b/common/version.h @@ -42,7 +42,7 @@ * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9328 +#define CURRENT_BINARY_DATABASE_VERSION 9330 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054 #define CUSTOM_BINARY_DATABASE_VERSION 0