fix(Scripts/Ulduar): The Flame Leviathan's main gate should be closed during the fight. (#11083)
This commit is contained in:
parent
ee1021b093
commit
5b50f04c5c
1 changed files with 5 additions and 0 deletions
|
|
@ -268,6 +268,11 @@ public:
|
|||
|
||||
BindPlayers();
|
||||
me->SetInCombatWithZone();
|
||||
|
||||
if (!_startTimer)
|
||||
{
|
||||
TurnGates(true, false);
|
||||
}
|
||||
}
|
||||
|
||||
void InitializeAI() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue