diff --git a/src/shared/revision.h b/src/shared/revision.h index 636738c7..0be1a063 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -38,6 +38,6 @@ #define WORLD_DB_VERSION_NR 21 #define WORLD_DB_STRUCTURE_NR 1 - #define WORLD_DB_CONTENT_NR 10 - #define WORLD_DB_UPDATE_DESCRIPTION "server-startup_fixes" + #define WORLD_DB_CONTENT_NR 11 + #define WORLD_DB_UPDATE_DESCRIPTION "Fix_last_startup_errors" #endif // __REVISION_H__