From b148eb1eaf72876e04ac981cd734cf12e41df386 Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Sun, 17 Nov 2013 11:16:40 +0200 Subject: [PATCH] [12724] Updated extractor minimum supported build --- contrib/extractor/System.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/extractor/System.cpp b/contrib/extractor/System.cpp index 16bdd1005..7d05aba64 100644 --- a/contrib/extractor/System.cpp +++ b/contrib/extractor/System.cpp @@ -98,7 +98,7 @@ float CONF_flat_liquid_delta_limit = 0.001f; // If max - min less this value - l static char* const langs[] = {"enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU" }; #define LANG_COUNT 12 -#define MIN_SUPPORTED_BUILD 15050 // code expect mpq files and mpq content files structure for this build or later +#define MIN_SUPPORTED_BUILD 15595 // code expect mpq files and mpq content files structure for this build or later #define EXPANSION_COUNT 3 #define WORLD_COUNT 2 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a6f7c4b35..c853f06e8 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12723" + #define REVISION_NR "12724" #endif // __REVISION_NR_H__