From c30ae140b043a46ce9c20aca852a8e75649ace62 Mon Sep 17 00:00:00 2001 From: Mitch Freeman <65987027+neckkola@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:59:06 -0300 Subject: [PATCH] Fix after rebase --- common/database/database_update_manifest.cpp | 2 +- common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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