Enabled GetClientRepeatableQuests

This commit is contained in:
Chomp
2025-01-18 15:46:57 +00:00
parent 683496ae0a
commit 3c2f955cc4
2 changed files with 1 additions and 3 deletions
@@ -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;
+1 -1
View File
@@ -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>