Main/System/HeroUI/HeroUIManager.cs
@@ -71,7 +71,7 @@ lockHeroCountLimit = JsonMapper.ToObject<int[][]>(config.Numerical1); teamSortByJob = JsonMapper.ToObject<int[]>(config.Numerical2); onekeyGuideID = int.Parse(config.Numerical3); onekeyGuideFirstPos = int.Parse(config.Numerical4); onekeyGuidePosList = JsonMapper.ToObject<int[]>(config.Numerical4); }