fix(Scripts/ShadowmoonValley): Illidan buffer overflow (#21442)
This commit is contained in:
@@ -1385,10 +1385,13 @@ void npc_lord_illidan_stormrage::npc_lord_illidan_stormrageAI::SummonNextWave()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (WaveCount < 3)
|
||||||
|
{
|
||||||
++WaveCount;
|
++WaveCount;
|
||||||
WaveTimer = WavesInfo[WaveCount].SpawnTimer;
|
WaveTimer = WavesInfo[WaveCount].SpawnTimer;
|
||||||
AnnounceTimer = WavesInfo[WaveCount].YellTimer;
|
AnnounceTimer = WavesInfo[WaveCount].YellTimer;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*#####
|
/*#####
|
||||||
# go_crystal_prison
|
# go_crystal_prison
|
||||||
|
|||||||
Reference in New Issue
Block a user