Main/System/HeroUI/HeroUIManager.cs
@@ -58,11 +58,6 @@ ParseGiftConfig(); config = FuncConfigConfig.Get("HeroBook"); var arr = JsonMapper.ToObject<int[]>(config.Numerical1); bookMoneyType = arr[0]; bookMoneyValue = arr[1]; config = FuncConfigConfig.Get("HeroRedpoint"); heroRedpointItemList = JsonMapper.ToObject<int[]>(config.Numerical1); }