From 94fb33a408224f65b076ec1698af5d896b2b146f Mon Sep 17 00:00:00 2001 From: Mitch Freeman <65987027+neckkola@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:57:37 -0300 Subject: [PATCH] Correct version.h --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 5d0b6048b..5a4bf1632 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 9321 +#define CURRENT_BINARY_DATABASE_VERSION 9322 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054 #endif