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