Merge pull request #278 from CJ-SPT/collection-ittr-fix

Fix collection modification exception
This commit is contained in:
Chomp
2025-05-28 08:41:45 +01:00
committed by GitHub
@@ -664,7 +664,7 @@ public class ProfileFixerService(
continue;
}
foreach (var activeQuest in repeatable.ActiveQuests)
foreach (var activeQuest in repeatable.ActiveQuests.ToArray())
{
if (!_traderHelper.TraderExists(activeQuest.TraderId))
{