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:
@@ -530,7 +530,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
context.Repeat(timerptr[_currentWave]);
|
context.Repeat(timerptr[_currentWave]);
|
||||||
if (++_currentWave < maxWaves && _bossWave)
|
if (++_currentWave < maxWaves && _bossWave != TO_BE_DECIDED)
|
||||||
{
|
{
|
||||||
DoUpdateWorldState(WORLD_STATE_WAVES, _currentWave);
|
DoUpdateWorldState(WORLD_STATE_WAVES, _currentWave);
|
||||||
DoUpdateWorldState(WORLD_STATE_ENEMY, 1);
|
DoUpdateWorldState(WORLD_STATE_ENEMY, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user