From b92a318a983ee0c52728b7ecc61a4fb91e74115a Mon Sep 17 00:00:00 2001 From: Necrovoice Date: Sat, 8 Jan 2022 15:57:49 -0500 Subject: [PATCH] Revision.h update Required for recent conditions table update. --- src/shared/revision.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/revision.h b/src/shared/revision.h index a6c73b54..17380e01 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -37,7 +37,7 @@ #define CHAR_DB_UPDATE_DESCRIPTION "add_character_createdDate_col" #define WORLD_DB_VERSION_NR 22 - #define WORLD_DB_STRUCTURE_NR 3 - #define WORLD_DB_CONTENT_NR 003 - #define WORLD_DB_UPDATE_DESCRIPTION "Implement_Mount_Spell_24576" + #define WORLD_DB_STRUCTURE_NR 4 + #define WORLD_DB_CONTENT_NR 002 + #define WORLD_DB_UPDATE_DESCRIPTION "Update_conditions_comments" #endif // __REVISION_H__