diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp index a5e3efe93..ce8d29ef4 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp @@ -993,7 +993,7 @@ public: player->m_Events.AddEventAtOffset([player, cthun]() { - if (Creature* trigger = player->FindNearestCreature(NPC_EXIT_TRIGGER, 10.0f)) + if (player->FindNearestCreature(NPC_EXIT_TRIGGER, 10.0f)) { player->JumpTo(0.0f, 80.0f, false);