From 5297445b4994f0c015eb12accf9bae7e811c1c1f Mon Sep 17 00:00:00 2001 From: Antz Date: Wed, 6 Sep 2017 21:12:56 +0100 Subject: [PATCH] [DB] Updated to expect Rel21_14_067_kodo_roundup_tidyup --- 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 a4a34fdc..fe056072 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 14 - #define WORLD_DB_CONTENT_NR 58 - #define WORLD_DB_UPDATE_DESCRIPTION "debug recv Command" + #define WORLD_DB_CONTENT_NR 67 + #define WORLD_DB_UPDATE_DESCRIPTION "kodo roundup tidyup" #endif // __REVISION_H__