[12724] Updated extractor minimum supported build

This commit is contained in:
sanctum32 2013-11-17 11:16:40 +02:00 committed by Antz
parent 6aa8e8c908
commit b148eb1eaf
2 changed files with 2 additions and 2 deletions

View file

@ -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" }; static char* const langs[] = {"enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU" };
#define LANG_COUNT 12 #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 EXPANSION_COUNT 3
#define WORLD_COUNT 2 #define WORLD_COUNT 2

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12723" #define REVISION_NR "12724"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__