From d8b704ef7d3a7a7cb82eec9abe87f4777488fd07 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 17 Mar 2018 02:05:36 -0400 Subject: [PATCH] Adjust z offset down --- 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 8f42ce438..624f07f7f 100644 --- a/zone/mob_ai.cpp +++ b/zone/mob_ai.cpp @@ -957,7 +957,7 @@ void Mob::ProcessForcedMovement() // this flag won't be set if the mob can't be pushed (rooted etc) if (AI_movement_timer->Check()) { bool bPassed = true; - auto z_off = GetZOffset(); + auto z_off = GetZOffset() / 2.0f; glm::vec3 normal; // no zone map = fucked