From 2df58aeacbf1177ec01167bdeccfe89d6a8d5804 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 14:20:28 +0800
Subject: [PATCH] 3335 配置表读取重构,修改配置表读取接口1
---
System/GatheringSoul/VirtualPackModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/GatheringSoul/VirtualPackModel.cs b/System/GatheringSoul/VirtualPackModel.cs
index 4e2e2c3..ac77e91 100644
--- a/System/GatheringSoul/VirtualPackModel.cs
+++ b/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));
--
Gitblit v1.8.0