Enable Quest saving when leaving raid as pmc. Modify maxbotpve caps instead of maxbot cap

This commit is contained in:
Kaeno 2024-07-09 14:52:35 +01:00
parent 121387aa69
commit 96a40eb301
2 changed files with 2 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export class GameController
continue;
}
map.base.BotMax = this.botConfig.maxBotCap[locationKey];
map.base.BotMaxPvE = this.botConfig.maxBotCap[locationKey];
// make values no larger than 30 secs
map.base.BotStart = Math.min(map.base.BotStart, 30);

View File

@ -470,6 +470,7 @@ export class LocationLifecycleService
pmcProfile.TaskConditionCounters = postRaidProfile.TaskConditionCounters;
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
pmcProfile.Achievements = postRaidProfile.Achievements;
pmcProfile.Quests = postRaidProfile.Quests;
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;