Merge pull request #13763 from et65/6.x

Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
This commit is contained in:
Duarte Duarte
2015-01-16 13:47:39 +00:00
+10 -10
View File
@@ -126,19 +126,19 @@ float CONF_flat_liquid_delta_limit = 0.001f; // If max - min less this value - l
uint32 CONF_Locale = 0;
#define LOCALES_COUNT 18
#define LOCALES_COUNT 17
char const* Locales[LOCALES_COUNT] =
{
"none", "unknown1",
"enUS", "koKR",
"unknown2", "frFR",
"deDE", "zhCN",
"esES", "zhTW",
"enGB", "enCN",
"enTW", "esMX",
"ruRU", "ptBR",
"itIT", "ptPT",
"none", "enUS",
"koKR", "unknown",
"frFR", "deDE",
"zhCN", "esES",
"zhTW", "enGB",
"enCN", "enTW",
"esMX", "ruRU",
"ptBR", "itIT",
"ptPT"
};
void CreateDir(std::string const& path)