From a0e6fce05727acf5e691f7d0836facc8f3e3a544 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:24:35 -0400 Subject: [PATCH] [Cleanup] Remove fixedZ from mob.h (#3065) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index 8176d55a2..ae26567e4 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -1591,7 +1591,6 @@ protected: EQ::LightSourceProfile m_Light; - float fixedZ; EmuAppearance _appearance; uint8 pRunAnimSpeed; bool m_is_running;