fix(Scripts/Hyjal): Fix wave count not showing for Rage Winterchill waves

fix(Scripts/Hyjal): Fix wave count not showing for Rage Winterchill waves
This commit is contained in:
Andrew 2024-06-20 01:48:37 -03:00 committed by GitHub
parent c4acfedad3
commit 24251bc061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -530,7 +530,7 @@ public:
}
context.Repeat(timerptr[_currentWave]);
if (++_currentWave < maxWaves && _bossWave)
if (++_currentWave < maxWaves && _bossWave != TO_BE_DECIDED)
{
DoUpdateWorldState(WORLD_STATE_WAVES, _currentWave);
DoUpdateWorldState(WORLD_STATE_ENEMY, 1);