chore: set nightwave activation to this week
All checks were successful
Build / build (pull_request) Successful in 1m1s
All checks were successful
Build / build (pull_request) Successful in 1m1s
The weekly permanent challenges were already at 24
This commit is contained in:
parent
2b054d1728
commit
495b91357b
@ -3182,7 +3182,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
|||||||
// Nightwave Challenges
|
// Nightwave Challenges
|
||||||
const nightwaveSyndicateTag = getNightwaveSyndicateTag(buildLabel);
|
const nightwaveSyndicateTag = getNightwaveSyndicateTag(buildLabel);
|
||||||
if (nightwaveSyndicateTag) {
|
if (nightwaveSyndicateTag) {
|
||||||
const nightwaveStartTimestamp = 1747851300000;
|
const nightwaveStartTimestamp = nightwaveTagToActivation[nightwaveSyndicateTag] ?? 1747851300000;
|
||||||
const nightwaveSeason = nightwaveTagToSeason[nightwaveSyndicateTag];
|
const nightwaveSeason = nightwaveTagToSeason[nightwaveSyndicateTag];
|
||||||
worldState.SeasonInfo = {
|
worldState.SeasonInfo = {
|
||||||
Activation: { $date: { $numberLong: nightwaveStartTimestamp.toString() } },
|
Activation: { $date: { $numberLong: nightwaveStartTimestamp.toString() } },
|
||||||
@ -3809,6 +3809,10 @@ const nightwaveTagToSeason: Record<string, number> = {
|
|||||||
RadioLegionSyndicate: 0 // The Wolf of Saturn Six
|
RadioLegionSyndicate: 0 // The Wolf of Saturn Six
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const nightwaveTagToActivation: Record<string, number> = {
|
||||||
|
RadioLegionIntermission14Syndicate: 1761589199000
|
||||||
|
};
|
||||||
|
|
||||||
const updateFissures = async (): Promise<void> => {
|
const updateFissures = async (): Promise<void> => {
|
||||||
const fissures = await Fissure.find();
|
const fissures = await Fissure.find();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user