Converted more strings to mongoIds and fixed issue with buying items from pmcs on flea
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user