Skip to content

Commit

Permalink
fix(Scripts/MagisterTerrace): Kael'thas' Arcane Spheres & Phoenix sho…
Browse files Browse the repository at this point in the history
…uld despawn (#20481)

* Fix(Core/Scripts): Kael'thas' Arcane Spheres & Phoenix

* it's better xD
  • Loading branch information
IntelligentQuantum authored Nov 8, 2024
1 parent 6a6b847 commit 21cb6fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ struct boss_felblood_kaelthas : public ScriptedAI
void JustDied(Unit*) override
{
instance->SetBossState(DATA_KAELTHAS, DONE);
summons.DespawnAll();

if (GameObject* orb = instance->GetGameObject(DATA_ESCAPE_ORB))
{
Expand Down

0 comments on commit 21cb6fb

Please sign in to comment.