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:
@@ -82,6 +82,8 @@ struct boss_the_lurker_below : public BossAI
|
|||||||
if (GameObject* pool = instance->GetGameObject(DATA_STRANGE_POOL))
|
if (GameObject* pool = instance->GetGameObject(DATA_STRANGE_POOL))
|
||||||
{
|
{
|
||||||
pool->Respawn();
|
pool->Respawn();
|
||||||
|
pool->SetRespawnTime(10);
|
||||||
|
pool->SaveRespawnTime(10);
|
||||||
}
|
}
|
||||||
me->DespawnOrUnsummon(2000);
|
me->DespawnOrUnsummon(2000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user