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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
map.base.BotMax = this.botConfig.maxBotCap[locationKey];
|
map.base.BotMaxPvE = this.botConfig.maxBotCap[locationKey];
|
||||||
|
|
||||||
// make values no larger than 30 secs
|
// make values no larger than 30 secs
|
||||||
map.base.BotStart = Math.min(map.base.BotStart, 30);
|
map.base.BotStart = Math.min(map.base.BotStart, 30);
|
||||||
|
@ -470,6 +470,7 @@ export class LocationLifecycleService
|
|||||||
pmcProfile.TaskConditionCounters = postRaidProfile.TaskConditionCounters;
|
pmcProfile.TaskConditionCounters = postRaidProfile.TaskConditionCounters;
|
||||||
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
||||||
pmcProfile.Achievements = postRaidProfile.Achievements;
|
pmcProfile.Achievements = postRaidProfile.Achievements;
|
||||||
|
pmcProfile.Quests = postRaidProfile.Quests;
|
||||||
|
|
||||||
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user