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;