mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
committed by
GitHub
parent
6a6b8473a0
commit
21cb6fbf4f
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user