From 9d93a7e4d936e60b1c515c63f3d77da3725c8faf Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 27 Oct 2022 10:24:52 +0200 Subject: [PATCH] =?UTF-8?q?fix(Scripts/TempleofAhnQiraj):=20Cthun=20Grasps?= =?UTF-8?q?=20should=20despawn=20on=20Cthun=E2=80=A6=20(#13503)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Temple of AhnQiraj): Cthun Grasps should despawn on Cthun death. Fixes #13443 --- src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp index 77d4d4d85..e5e6fab05 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp @@ -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