mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[12724] Updated extractor minimum supported build
This commit is contained in:
parent
6aa8e8c908
commit
b148eb1eaf
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue