Converted more strings to mongoIds and fixed issue with buying items from pmcs on flea

This commit is contained in:
Chomp
2025-07-07 11:56:19 +01:00
parent 7ccb388030
commit 61f62f191d
18 changed files with 47 additions and 46 deletions
@@ -422,7 +422,7 @@ public class RepeatableQuestController(
public RepeatableQuest? PickAndGenerateRandomRepeatableQuest(
MongoId sessionId,
int pmcLevel,
Dictionary<string, TraderInfo> pmcTraderInfo,
Dictionary<MongoId, TraderInfo> pmcTraderInfo,
QuestTypePool questTypePool,
RepeatableQuestConfig repeatableConfig
)