From c8950d11048c5d14071593e59fd03b94479d6eb4 Mon Sep 17 00:00:00 2001 From: Elmsroth Date: Mon, 11 May 2020 09:35:20 +0100 Subject: [PATCH] Adjust Revision number --- src/shared/revision.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/revision.h b/src/shared/revision.h index 0b39a267..8b92bf8d 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 17 - #define WORLD_DB_CONTENT_NR 053 + #define WORLD_DB_CONTENT_NR 001 #define WORLD_DB_UPDATE_DESCRIPTION "GM_tickets_handling_fixes_pt1" #endif // __REVISION_H__