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__