From b73c2016cfebd5cc5f89a3156ef892acaadf6e0d Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:23:11 -0400 Subject: [PATCH] [Cleanup] Remove last_max_hp from mob.h (#3063) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index a722ff3b5..457f5ab7c 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -1771,7 +1771,6 @@ protected: int8 last_hp_percent; int32 last_hp; - int32 last_max_hp; int cur_wp; glm::vec4 m_CurrentWayPoint;