Merge pull request #290 from Verathian/battle-of-nimbus-adjustments

This commit is contained in:
Mick 2022-01-12 08:30:25 +01:00 committed by GitHub
commit 470bc65239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,14 +42,14 @@ std::vector<std::string> ZoneNsWaves::GetSpawnerNames() {
std::vector<WaveMission> ZoneNsWaves::GetWaveMissions() {
return {
{190, 6, 1242},
{240, 6, 1226},
{450, 14, 1243},
{600, 14, 1227},
{720, 21, 1244},
{840, 21, 1228},
{1080, 28, 1245},
{1200, 28, 1229},
{190, 7, 1242},
{240, 7, 1226},
{450, 15, 1243},
{600, 15, 1227},
{720, 22, 1244},
{840, 22, 1228},
{1080, 29, 1245},
{1200, 29, 1229},
};
}