From 8451619c2fe154997e8f989a90bba20aaabeaf86 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 11 Apr 2009 15:35:50 -0500 Subject: [7647] Fixed typo in option StartHonorPoints default value set at error. Author: zhanhang03 --HG-- branch : trunk --- src/game/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/World.cpp b/src/game/World.cpp index f496dd6ae36..ef1935f84a7 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -737,7 +737,7 @@ void World::LoadConfigSettings(bool reload) { sLog.outError("StartHonorPoints (%i) must be in range 0..MaxHonorPoints(%u). Set to %u.", m_configs[CONFIG_START_HONOR_POINTS],m_configs[CONFIG_MAX_HONOR_POINTS],0); - m_configs[CONFIG_MAX_HONOR_POINTS] = 0; + m_configs[CONFIG_START_HONOR_POINTS] = 0; } else if(m_configs[CONFIG_START_HONOR_POINTS] > m_configs[CONFIG_MAX_HONOR_POINTS]) { -- cgit v1.2.3