mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(Scripts/SerpentshrineCaverns): fix double submerge phases (#18001)
This commit is contained in:
@@ -122,7 +122,7 @@ struct boss_the_lurker_below : public BossAI
|
||||
|
||||
void SummonedCreatureDies(Creature* /*summon*/, Unit* /*killer*/) override
|
||||
{
|
||||
if (!summons.IsAnyCreatureAlive())
|
||||
if (!summons.IsAnyCreatureAlive() && me->HasUnitFlag(UNIT_FLAG_NOT_SELECTABLE))
|
||||
{
|
||||
SchedulerPhaseTwo(1s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user