From fe26dcc278247d21eb8964bd28e47ae4aa3d913e Mon Sep 17 00:00:00 2001 From: Spp Date: Sun, 2 May 2010 00:46:35 +0200 Subject: Fix local change that wasn't supposed to be pushed... --HG-- branch : trunk --- src/game/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index 69dda6638d8..b06f02e90b5 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -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) { -- cgit v1.2.3