fix(Scripts/SunwellPlateau): Fix Killjaeden text spam (#22139)

This commit is contained in:
Andrew 2025-05-17 19:07:27 -03:00 committed by GitHub
parent 6cdf185412
commit c3d3eb23de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,6 +141,7 @@ struct npc_kiljaeden_controller : public NullCreatureAI
void Reset() override
{
scheduler.CancelAll();
instance->SetBossState(DATA_KILJAEDEN, NOT_STARTED);
summons.DespawnAll();
ResetOrbs();