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:
parent
cee2ac8089
commit
e9ab01cc3b
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue