Enable Quest saving when leaving raid as pmc. Modify maxbotpve caps instead of maxbot cap
This commit is contained in:
parent
121387aa69
commit
96a40eb301
@ -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);
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user