fix(Scripts/ZulAman): Despawn Zuljin spirits shortly after death (#20711)

This commit is contained in:
Andrew
2024-11-24 08:54:29 -03:00
committed by GitHub
parent 065579a6e3
commit 49b0596744

View File

@@ -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()