fix(Scripts/TempleofAhnQiraj): Cthun Grasps should despawn on Cthun… (#13503)
fix(Scripts/Temple of AhnQiraj): Cthun Grasps should despawn on Cthun death. Fixes #13443
This commit is contained in:
parent
93796bb01d
commit
9d93a7e4d9
1 changed files with 2 additions and 0 deletions
|
|
@ -545,6 +545,8 @@ struct boss_cthun : public BossAI
|
|||
{
|
||||
eye->DespawnOrUnsummon();
|
||||
}
|
||||
|
||||
instance->SetData(DATA_CTHUN_PHASE, PHASE_CTHUN_DONE);
|
||||
}
|
||||
|
||||
void SummonedCreatureDies(Creature* creature, Unit* /*killer*/) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue