Fixed halls of reflection wave timer according to deadly boss mods.

This commit is contained in:
talamortis
2017-11-20 15:08:45 +00:00
parent a897356fa3
commit 0eedd4edcf

View File

@@ -880,7 +880,7 @@ public:
}
else
{
NextWaveTimer = 65000;
NextWaveTimer = 150000;
uint8 num_to_activate = 5;
if (WaveNumber <= 2)