From b024e668f6f8ebe696a963aaffa5142035b6261b Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 1 Jun 2017 23:41:56 +0100 Subject: [PATCH] [DB] Updated base world DB to Rel21.07.01 --- src/shared/revision.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/revision.h b/src/shared/revision.h index faa81a256..3a0730cc7 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -24,7 +24,7 @@ #ifndef MANGOS_H_REVISION #define MANGOS_H_REVISION - #define REVISION_NR "21007" + #define REVISION_NR "210701" #define REALMD_DB_VERSION_NR 21 #define REALMD_DB_STRUCTURE_NR 1 @@ -37,7 +37,7 @@ #define CHAR_DB_UPDATE_DESCRIPTION "characters_pvpstats" #define WORLD_DB_VERSION_NR 21 - #define WORLD_DB_STRUCTURE_NR 6 + #define WORLD_DB_STRUCTURE_NR 7 #define WORLD_DB_CONTENT_NR 1 - #define WORLD_DB_UPDATE_DESCRIPTION "AutoBroadcast" + #define WORLD_DB_UPDATE_DESCRIPTION "db_scripts_refactor" #endif // __REVISION_H__