Set IStartLocalRaidResponseData
transition
data correctly
This commit is contained in:
parent
a5ad6e4135
commit
98a079fa4c
@ -105,6 +105,11 @@ export class LocationLifecycleService {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Only has value when transitioning into map from previous one
|
||||||
|
if (request.transition) {
|
||||||
|
result.transition = request.transition;
|
||||||
|
}
|
||||||
|
|
||||||
// Apply changes from pmcConfig to bot hostility values
|
// Apply changes from pmcConfig to bot hostility values
|
||||||
this.adjustBotHostilitySettings(result.locationLoot);
|
this.adjustBotHostilitySettings(result.locationLoot);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user