Scripts/Black Temple: Fixed a crash on Illidari Council (#22652)

Ty Sirikfoll :)

(cherry picked from commit 9a443306fb)
This commit is contained in:
Keader
2018-10-15 08:44:21 -03:00
committed by Shauren
parent a4592ce487
commit f69c8c2e60

View File

@@ -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