diff options
author | Spp <none@none> | 2010-05-02 00:46:35 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-02 00:46:35 +0200 |
commit | fe26dcc278247d21eb8964bd28e47ae4aa3d913e (patch) | |
tree | 64be6733999378a2d5c67e704175a09ee21fd98b /src/game/World.cpp | |
parent | 274457a7fb5a88ca43a07086ec52b06de19ef514 (diff) |
Fix local change that wasn't supposed to be pushed...
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |