From c7239f14e51852be97dd5553315873ce5de0ecbe Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 5 May 2016 23:22:54 +0100 Subject: [PATCH] [WorldDB] Updated expected database to Rel21_11_14 --- 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 26d83068..fb3a2a5e 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 11 - #define WORLD_DB_CONTENT_NR 7 - #define WORLD_DB_UPDATE_DESCRIPTION "Fix BG buffs" + #define WORLD_DB_CONTENT_NR 14 + #define WORLD_DB_UPDATE_DESCRIPTION "Fixed req. of PvP items" #endif // __REVISION_H__