diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index 31b2d8aa..4e125b89 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -629,7 +629,7 @@ bool Database::CheckDatabaseVersion(DatabaseTypes database) sLog.outErrorDb("This is ok for now but should not last long."); db_vs_core_content_version_mismatch = true; } - + // Do not alert if current_db_content > core_db_requirements.minimal_expected_content it can mislead newcomers ! // In anys cases if there are differences in content : output a recap of the differences : diff --git a/src/shared/revision.h b/src/shared/revision.h index e55f4678..db89b511 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 "2201001" + #define REVISION_NR "2201075" #define REALMD_DB_VERSION_NR 22 #define REALMD_DB_STRUCTURE_NR 1 @@ -38,6 +38,6 @@ #define WORLD_DB_VERSION_NR 22 #define WORLD_DB_STRUCTURE_NR 1 - #define WORLD_DB_CONTENT_NR 001 - #define WORLD_DB_UPDATE_DESCRIPTION "Release 22" + #define WORLD_DB_CONTENT_NR 011 + #define WORLD_DB_UPDATE_DESCRIPTION "update_additem_command_syntax" #endif // __REVISION_H__