fix revision information

This commit is contained in:
Antz 2022-06-30 16:05:40 +01:00 committed by billy1arm
parent fd0175b981
commit fa9836f6d0
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F

View File

@ -34,18 +34,18 @@
#define PROJECT_REVISION_NR "2201075"
#define REALMD_DB_VERSION_NR "22"
#define REALMD_DB_STRUCTURE_NR "01"
#define REALMD_DB_CONTENT_NR "001"
#define REALMD_DB_STRUCTURE_NR "1"
#define REALMD_DB_CONTENT_NR "1"
#define REALMD_DB_UPDATE_DESCRIPT "Release 22"
#define CHAR_DB_VERSION_NR "22"
#define CHAR_DB_STRUCTURE_NR "02"
#define CHAR_DB_CONTENT_NR "001"
#define CHAR_DB_STRUCTURE_NR "2"
#define CHAR_DB_CONTENT_NR "1"
#define CHAR_DB_UPDATE_DESCRIPT "add_character_createdDate_col"
#define WORLD_DB_VERSION_NR "22"
#define WORLD_DB_STRUCTURE_NR "04"
#define WORLD_DB_CONTENT_NR "002"
#define WORLD_DB_STRUCTURE_NR "4"
#define WORLD_DB_CONTENT_NR "2"
#define WORLD_DB_UPDATE_DESCRIPT "Update_conditions_comments"
#define VER_COMPANY_NAME_STR "MaNGOS Developers"