System/GatheringSoul/VirtualPackModel.cs
@@ -37,7 +37,7 @@ void ParseConfig() { var funcConfig = Config.Instance.Get<FuncConfigConfig>("GatherSoulPackCount"); var funcConfig = FuncConfigConfig.Get("GatherSoulPackCount"); if (funcConfig != null) { virtualPackCapacityDict.Add(PackType.rptGatherSoul, int.Parse(funcConfig.Numerical1));