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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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