forked from OpenWF/SpaceNinjaServer
		
	chore: set nightwave activation to this week (#2960)
The weekly permanent challenges were already at 24 Reviewed-on: OpenWF/SpaceNinjaServer#2960 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f2145ed91b
								
							
						
					
					
						commit
						5e6955ae32
					
				@ -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