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:
UltraNix 2022-10-27 10:24:52 +02:00 committed by GitHub
parent 93796bb01d
commit 9d93a7e4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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