From 358730e03ce91b1796b78ecaf7ce80f927a45f50 Mon Sep 17 00:00:00 2001 From: Antz Date: Mon, 19 Sep 2016 07:27:01 +0100 Subject: [PATCH] Fixed version --- 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 e8857faf9..b75a9d8b1 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -37,7 +37,7 @@ #define CHAR_DB_UPDATE_DESCRIPTION "Remove field from dbDocs" #define WORLD_DB_VERSION_NR 21 - #define WORLD_DB_STRUCTURE_NR 04 - #define WORLD_DB_CONTENT_NR 08 + #define WORLD_DB_STRUCTURE_NR 4 + #define WORLD_DB_CONTENT_NR 8 #define WORLD_DB_UPDATE_DESCRIPTION "NPC text corrections" #endif // __REVISION_H__