mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Scripts/Ulduar): The Flame Leviathan's main gate should be closed during the fight. (#11083)
This commit is contained in:
@@ -268,6 +268,11 @@ public:
|
||||
|
||||
BindPlayers();
|
||||
me->SetInCombatWithZone();
|
||||
|
||||
if (!_startTimer)
|
||||
{
|
||||
TurnGates(true, false);
|
||||
}
|
||||
}
|
||||
|
||||
void InitializeAI() override
|
||||
|
||||
Reference in New Issue
Block a user