Core/GameEngine/Model/Config/GatherSoulComposeConfig.cs
@@ -146,7 +146,9 @@ if (preParse) { configs[id] = new GatherSoulComposeConfig(line); var config = new GatherSoulComposeConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else { @@ -172,7 +174,9 @@ if (preParse) { configs[id] = new GatherSoulComposeConfig(line); var config = new GatherSoulComposeConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else {