fix(Core): Build (#13425)

This commit is contained in:
Angelo Venturini
2022-10-15 20:13:23 -03:00
committed by GitHub
parent 252755415c
commit 33cba08f50

View File

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