fix(Scripts/MagisterTerrace): Kael'thas' Arcane Spheres & Phoenix should despawn (#20481)
* Fix(Core/Scripts): Kael'thas' Arcane Spheres & Phoenix * it's better xD
This commit is contained in:
parent
6a6b8473a0
commit
21cb6fbf4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue