fix(Scripts/SlavePens): Despawn Frozen Core after Ahune emerges (#16633)
This commit is contained in:
parent
5e0cfa2287
commit
7cd575dbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ struct boss_ahune : public ScriptedAI
|
|||
me->CastSpell(me, SPELL_EMERGE_0, false);
|
||||
// me->CastSpell(me, SPELL_AHUNE_RESURFACES, true); // done in SummonedCreatureDespawn
|
||||
me->RemoveAura(SPELL_SUBMERGE_0);
|
||||
summons.DespawnEntry(NPC_FROZEN_CORE);
|
||||
StartPhase1();
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue