[Styling] Clean styling issue and bump revision No.

This commit is contained in:
Antz 2021-03-16 08:52:01 +00:00
parent bbbd7e35bf
commit 8bd4f300bd
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F
2 changed files with 4 additions and 4 deletions

View File

@ -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 :

View File

@ -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__