Fix collection modification exception

This commit is contained in:
Cj
2025-05-27 19:05:06 -04:00
parent 538355a0f5
commit 4777aab95c
@@ -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))
{