Fixed build

This commit is contained in:
MadMaxMangos 2018-01-10 19:26:58 +00:00 committed by Antz
parent 6d62bc6101
commit d54db19050
3 changed files with 3 additions and 3 deletions

2
dep

@ -1 +1 @@
Subproject commit 8889f5fdcb1ec1fea89913a98b10d38fd26919ca
Subproject commit 2ca435ec6219a903412f4cef0dd7adae239a7232

View file

@ -45,7 +45,7 @@ bool shouldSkipMap(int mapID, bool m_skipContinents, bool m_skipJunkMaps, bool m
uint32 const Builds[] = {13164, 13205, 13287, 13329, 13596, 13623, 13914, 14007, 14333, 14480, 14545, 15005, 15050, 15211, 15354, 15595, 0};
static uint32 CONF_TargetBuild = 15595; // 4.3.4.15595
static char* const Locales[] = {"enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU"};
static char const* Locales[] = {"enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU"};
#define LOCALES_COUNT 12
/// Enumerated Core Numbers

View file

@ -79,7 +79,7 @@ char const* CONF_mpq_list[] =
#define LAST_DBC_IN_DATA_BUILD 13623 // after this build mpqs with dbc are back to locale folder
TCHAR* const LocalesT[] =
TCHAR const* LocalesT[] =
{
_T("enGB"), _T("enUS"),
_T("deDE"), _T("esES"),