diff --git a/src/shared/revision.h b/src/shared/revision.h index fabc30e83..e8857faf9 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -28,16 +28,16 @@ #define REALMD_DB_VERSION_NR 21 #define REALMD_DB_STRUCTURE_NR 1 - #define REALMD_DB_CONTENT_NR 2 - #define REALMD_DB_UPDATE_DESCRIPTION "dbdocs update" + #define REALMD_DB_CONTENT_NR 3 + #define REALMD_DB_UPDATE_DESCRIPTION "Remove field from dbDocs" #define CHAR_DB_VERSION_NR 21 #define CHAR_DB_STRUCTURE_NR 2 #define CHAR_DB_CONTENT_NR 2 - #define CHAR_DB_UPDATE_DESCRIPTION "match_client_limits" + #define CHAR_DB_UPDATE_DESCRIPTION "Remove field from dbDocs" #define WORLD_DB_VERSION_NR 21 - #define WORLD_DB_STRUCTURE_NR 4 - #define WORLD_DB_CONTENT_NR 8 - #define WORLD_DB_UPDATE_DESCRIPTION "start up error fixes" + #define WORLD_DB_STRUCTURE_NR 04 + #define WORLD_DB_CONTENT_NR 08 + #define WORLD_DB_UPDATE_DESCRIPTION "NPC text corrections" #endif // __REVISION_H__