Scripts/Black Temple: Fixed a crash on Illidari Council (#22652)
Ty Sirikfoll :) (cherry picked from commit 9a443306fbd5b06e9e0d0bfce0cf5164be4c6d3e)
This commit is contained in:
@@ -128,7 +128,7 @@ static uint32 GetRandomBossExcept(uint32 exception)
|
||||
if (data != exception)
|
||||
bossData.emplace_back(data);
|
||||
|
||||
return bossData[urand(0, 3)];
|
||||
return bossData[urand(0, 2)];
|
||||
}
|
||||
|
||||
struct boss_illidari_council : public BossAI
|
||||
|
||||
Reference in New Issue
Block a user