mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Fix local change that wasn't supposed to be pushed...
--HG-- branch : trunk
This commit is contained in:
@@ -1711,7 +1711,7 @@ void World::SetInitialWorldSettings()
|
||||
|
||||
void World::DetectDBCLang()
|
||||
{
|
||||
uint16 m_lang_confid = sConfig.GetIntDefault("DBC.Locale", 255);
|
||||
uint8 m_lang_confid = sConfig.GetIntDefault("DBC.Locale", 255);
|
||||
|
||||
if (m_lang_confid != 255 && m_lang_confid >= MAX_LOCALE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user