mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
Merge pull request #290 from Verathian/battle-of-nimbus-adjustments
This commit is contained in:
commit
470bc65239
@ -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},
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user