From 8f54abec619e5fa5153f619d99aceef3c20bc469 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 19 Nov 2024 00:35:50 -0600 Subject: [PATCH] Update mob.cpp --- zone/mob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/mob.cpp b/zone/mob.cpp index b88b1c3e5..cfca945fd 100644 --- a/zone/mob.cpp +++ b/zone/mob.cpp @@ -4127,7 +4127,7 @@ void Mob::SendAppearancePacket( auto outapp = new EQApplicationPacket(OP_SpawnAppearance, sizeof(SpawnAppearance_Struct)); auto* a = (SpawnAppearance_Struct*)outapp->pBuffer; - if (type == AppearanceType::Invisibility) { + if (type == AppearanceType::Invisibility && value != 3001) { m_invisibility_state = value; }