From fff53fc465444664a056cd666c2f06b1118759d8 Mon Sep 17 00:00:00 2001 From: Noudess Date: Sun, 13 Dec 2020 10:17:04 -0500 Subject: [PATCH] Destination check needed to be actual ground z at loc. -15 wasnt enough --- zone/mob_ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/mob_ai.cpp b/zone/mob_ai.cpp index 7acebb219..e856a0a40 100644 --- a/zone/mob_ai.cpp +++ b/zone/mob_ai.cpp @@ -1610,7 +1610,7 @@ void NPC::AI_DoMovement() { auto position = glm::vec3( roambox_destination_x, roambox_destination_y, - (m_Position.z - 15) + roambox_destination_z ); /**