diff --git a/src/shared/revision.h b/src/shared/revision.h index 5dda62ffb..fabc30e83 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 4 - #define WORLD_DB_CONTENT_NR 4 + #define WORLD_DB_CONTENT_NR 8 #define WORLD_DB_UPDATE_DESCRIPTION "start up error fixes" #endif // __REVISION_H__