mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Scripts/Black Temple: Fixed a crash on Illidari Council (#22652)
Ty Sirikfoll :)
(cherry picked from commit 9a443306fb)
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