Enabled GetClientRepeatableQuests
This commit is contained in:
@@ -84,8 +84,6 @@ public class RepeatableQuestController
|
||||
|
||||
public List<PmcDataRepeatableQuest> GetClientRepeatableQuests(string sessionID)
|
||||
{
|
||||
_logger.Error("BYPASSED GetClientRepeatableQuests");
|
||||
return new();
|
||||
var returnData = new List<PmcDataRepeatableQuest>();
|
||||
var fullProfile = _profileHelper.GetFullProfile(sessionID);
|
||||
var pmcData = fullProfile.CharacterData.PmcData;
|
||||
|
||||
@@ -90,7 +90,7 @@ public class BotEquipmentModGenerator
|
||||
/// </summary>
|
||||
/// <param name="equipment">Equipment item to add mods to</param>
|
||||
/// <param name="parentId">Mod list to choose from</param>
|
||||
/// <param name="parentTemplate">parentid of item to add mod to</param>
|
||||
/// <param name="parentTemplate">parentId of item to add mod to</param>
|
||||
/// <param name="settings">Template object of item to add mods to</param>
|
||||
/// <param name="specificBlacklist">The relevant blacklist from bot.json equipment dictionary</param>
|
||||
/// <param name="shouldForceSpawn">should this mod be forced to spawn</param>
|
||||
|
||||
Reference in New Issue
Block a user