Merge pull request #278 from CJ-SPT/collection-ittr-fix
Fix collection modification exception
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user