From d483a079b4a3bf844758f76c6b13fb5a399386a8 Mon Sep 17 00:00:00 2001 From: Necrovoice Date: Tue, 12 Feb 2019 14:00:10 -0500 Subject: [PATCH] Revision update. Match current DB release. --- 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 9a70ac40..a88e9195 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 16 - #define WORLD_DB_CONTENT_NR 002 - #define WORLD_DB_UPDATE_DESCRIPTION "Add_Field_Comments_pt2" + #define WORLD_DB_CONTENT_NR 012 + #define WORLD_DB_UPDATE_DESCRIPTION "quest_8332_text_update" #endif // __REVISION_H__