fix(Scripts/ZulAman): Despawn Zuljin spirits shortly after death (#20711)
This commit is contained in:
parent
065579a6e3
commit
49b0596744
1 changed files with 4 additions and 0 deletions
|
|
@ -268,6 +268,10 @@ struct boss_zuljin : public BossAI
|
|||
instance->SetBossState(DATA_ZULJIN, DONE);
|
||||
Talk(SAY_DEATH);
|
||||
summons.DespawnEntry(CREATURE_COLUMN_OF_FIRE);
|
||||
|
||||
me->m_Events.AddEventAtOffset( [this] {
|
||||
summons.DespawnAll();
|
||||
}, 3s);
|
||||
}
|
||||
|
||||
void SpawnAdds()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue