fix(Scripts/SerpentshrineCavern): Fix Lurker pool not respawning afte… (#18130)

fix(Scripts/SerpentshrineCavern): Fix Lurker pool not respawning after being fished after a wipe
This commit is contained in:
Andrew
2024-01-07 15:53:58 -03:00
committed by GitHub
parent cee2ac8089
commit e9ab01cc3b

View File

@@ -82,6 +82,8 @@ struct boss_the_lurker_below : public BossAI
if (GameObject* pool = instance->GetGameObject(DATA_STRANGE_POOL))
{
pool->Respawn();
pool->SetRespawnTime(10);
pool->SaveRespawnTime(10);
}
me->DespawnOrUnsummon(2000);
}