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