Jump to content

[fix][7647] A small error


Guest zhanhang03

Recommended Posts

=== src/game/World.cpp ===
@@ -724,7 +724,7 @@
   m_configs[CONFIG_START_ARENA_POINTS] = sConfig.GetIntDefault("StartArenaPoints", 0);
   if(int32(m_configs[CONFIG_START_ARENA_POINTS]) < 0)
   {
       sLog.outError("StartArenaPoints (%i) must be in range 0..MaxArenaPoints(%u). Set to %u.",
           m_configs[CONFIG_START_ARENA_POINTS],m_configs[CONFIG_MAX_ARENA_POINTS],0);
-        m_configs[CONFIG_MAX_HONOR_POINTS] = 0;
+        m_configs[CONFIG_START_ARENA_POINTS] = 0;
   }

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use