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