[Styling] Clean styling issue and bump revision No.
This commit is contained in:
parent
bbbd7e35bf
commit
8bd4f300bd
@ -629,7 +629,7 @@ bool Database::CheckDatabaseVersion(DatabaseTypes database)
|
|||||||
sLog.outErrorDb("This is ok for now but should not last long.");
|
sLog.outErrorDb("This is ok for now but should not last long.");
|
||||||
db_vs_core_content_version_mismatch = true;
|
db_vs_core_content_version_mismatch = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not alert if current_db_content > core_db_requirements.minimal_expected_content it can mislead newcomers !
|
// 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 :
|
// In anys cases if there are differences in content : output a recap of the differences :
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifndef MANGOS_H_REVISION
|
#ifndef MANGOS_H_REVISION
|
||||||
#define MANGOS_H_REVISION
|
#define MANGOS_H_REVISION
|
||||||
#define REVISION_NR "2201001"
|
#define REVISION_NR "2201075"
|
||||||
|
|
||||||
#define REALMD_DB_VERSION_NR 22
|
#define REALMD_DB_VERSION_NR 22
|
||||||
#define REALMD_DB_STRUCTURE_NR 1
|
#define REALMD_DB_STRUCTURE_NR 1
|
||||||
@ -38,6 +38,6 @@
|
|||||||
|
|
||||||
#define WORLD_DB_VERSION_NR 22
|
#define WORLD_DB_VERSION_NR 22
|
||||||
#define WORLD_DB_STRUCTURE_NR 1
|
#define WORLD_DB_STRUCTURE_NR 1
|
||||||
#define WORLD_DB_CONTENT_NR 001
|
#define WORLD_DB_CONTENT_NR 011
|
||||||
#define WORLD_DB_UPDATE_DESCRIPTION "Release 22"
|
#define WORLD_DB_UPDATE_DESCRIPTION "update_additem_command_syntax"
|
||||||
#endif // __REVISION_H__
|
#endif // __REVISION_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user