From 0642a1acfee97a16380cc1dfd4251a6fd1a94ddf Mon Sep 17 00:00:00 2001 From: Antz Date: Sun, 15 Nov 2015 22:48:37 +0000 Subject: [PATCH] [DB] Update World DB to support v21.1.11 --- src/shared/revision.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__