Fix local change that wasn't supposed to be pushed...

--HG--
branch : trunk
This commit is contained in:
Spp
2010-05-02 00:46:35 +02:00
parent 274457a7fb
commit fe26dcc278

View File

@@ -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)
{