From 105ded0cda281ccc2c56ba592f6d806e8bc1d5d7 Mon Sep 17 00:00:00 2001 From: Antz Date: Mon, 16 May 2016 09:50:18 +0100 Subject: [PATCH] [DB] Update expected world db to latest 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 fb3a2a5e..8ae840a3 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 14 - #define WORLD_DB_UPDATE_DESCRIPTION "Fixed req. of PvP items" + #define WORLD_DB_CONTENT_NR 19 + #define WORLD_DB_UPDATE_DESCRIPTION "respawn_time_fixes" #endif // __REVISION_H__