From a8cdfb07e62a6e42ad0368666d738daff2f6f163 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:42:27 -0400 Subject: [PATCH] [Cleanup] Remove pendinggroup from mob.h (#3278) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index 428c761ad..19fa6e3e5 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -1464,7 +1464,6 @@ protected: bool isgrouped; bool israidgrouped; - bool pendinggroup; uint16 entity_id_being_looted; //the id of the entity being looted, 0 if not looting. uint8 texture; uint8 helmtexture;