From 6c289a7c713953132ec221ec209730a3dc0f7276 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:04:09 -0400 Subject: [PATCH] [Cleanup] Remove _BECOMENPCPET() and _NPCPET() from zone/common.h (#3399) # Notes - These are unused. --- zone/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/common.h b/zone/common.h index 8e46eaf9e..9e8a4f0f0 100644 --- a/zone/common.h +++ b/zone/common.h @@ -14,8 +14,6 @@ #define _CLIENTCORPSE(x) (x && x->IsCorpse() && x->CastToCorpse()->IsPlayerCorpse() && !x->CastToCorpse()->IsBecomeNPCCorpse()) #define _NPCCORPSE(x) (x && x->IsCorpse() && (x->CastToCorpse()->IsNPCCorpse() || x->CastToCorpse()->IsBecomeNPCCorpse())) #define _CLIENTPET(x) (x && x->CastToMob()->GetOwner() && x->CastToMob()->GetOwner()->IsClient()) -#define _NPCPET(x) (x && x->IsNPC() && x->CastToMob()->GetOwner() && x->CastToMob()->GetOwner()->IsNPC()) -#define _BECOMENPCPET(x) (x && x->CastToMob()->GetOwner() && x->CastToMob()->GetOwner()->IsClient() && x->CastToMob()->GetOwner()->CastToClient()->IsBecomeNPC()) //LOS Parameters: #define HEAD_POSITION 0.9f //ratio of GetSize() where NPCs see from