aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpp <none@none>2010-05-02 00:46:35 +0200
committerSpp <none@none>2010-05-02 00:46:35 +0200
commitfe26dcc278247d21eb8964bd28e47ae4aa3d913e (patch)
tree64be6733999378a2d5c67e704175a09ee21fd98b
parent274457a7fb5a88ca43a07086ec52b06de19ef514 (diff)
Fix local change that wasn't supposed to be pushed...
--HG-- branch : trunk
-rw-r--r--src/game/World.cpp2
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)
{