From a52b932377b69be81020b7ce9f4666a113f5cc18 Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 4 Feb 2016 23:07:35 +0000 Subject: [PATCH] [DB] Update World DB Expected 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 5ae99d98..de322f91 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 2 - #define WORLD_DB_CONTENT_NR 1 - #define WORLD_DB_UPDATE_DESCRIPTION "Add_Disables_table" + #define WORLD_DB_CONTENT_NR 3 + #define WORLD_DB_UPDATE_DESCRIPTION "NPC 15213 event_ai fix" #endif // __REVISION_H__