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:
parent
c4acfedad3
commit
24251bc061
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue