From 33cba08f5089e26f06588c28ff9e0c264df7d7d1 Mon Sep 17 00:00:00 2001 From: Angelo Venturini Date: Sat, 15 Oct 2022 20:13:23 -0300 Subject: [PATCH] fix(Core): Build (#13425) --- src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_cthun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);