diff --git a/WowPacketParser/Misc/Settings.cs b/WowPacketParser/Misc/Settings.cs index 7f454ce9b7..4107e8359a 100644 --- a/WowPacketParser/Misc/Settings.cs +++ b/WowPacketParser/Misc/Settings.cs @@ -32,7 +32,7 @@ public static class Settings public static readonly bool ForcePhaseZero = Conf.GetBoolean("ForcePhaseZero", false); public static readonly bool GenerateCreateObject2SpawnsOnly = Conf.GetBoolean("GenerateCreateObject2SpawnsOnly", false); public static readonly bool SkipDuplicateSpawns = Conf.GetBoolean("SkipDuplicateSpawns", false); - public static readonly bool SkipIntermediatePoints = Conf.GetBoolean("SkipDuplicateSpawns", false); + public static readonly bool SkipIntermediatePoints = Conf.GetBoolean("SkipIntermediatePoints", false); public static readonly string SQLFileName = Conf.GetString("SQLFileName", string.Empty); public static readonly bool SplitSQLFile = Conf.GetBoolean("SplitSQLFile", false); public static readonly bool ShowEndPrompt = Conf.GetBoolean("ShowEndPrompt", false);