diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index 196a67331..83da95e87 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -37,7 +37,7 @@ namespace ArchiSteamFarm { internal const ushort DefaultIPCPort = 1242; internal const byte DefaultLoginLimiterDelay = 10; - internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800 }; // Steam Summer/Winter sales + internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740 }; // Steam Summer/Winter sales private static readonly SemaphoreSlim WriteSemaphore = new SemaphoreSlim(1, 1);