From b5cc006e46da11865f9e14429eca77a41d97ffd5 Mon Sep 17 00:00:00 2001 From: Noudess Date: Tue, 18 Dec 2018 11:35:15 -0500 Subject: [PATCH] Update version of db needed for code. --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 8c5b98562..ba57cf898 100644 --- a/common/version.h +++ b/common/version.h @@ -30,7 +30,7 @@ Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9132 +#define CURRENT_BINARY_DATABASE_VERSION 9134 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9021 #else