From 307b576da9e28af4b4ed8ef3215d20b52ec5228a Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:59:59 -0600 Subject: [PATCH] merge with previous --- zone/spells.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/spells.cpp b/zone/spells.cpp index be631b76f..32903bfcf 100644 --- a/zone/spells.cpp +++ b/zone/spells.cpp @@ -1938,7 +1938,6 @@ bool Mob::DetermineSpellTargets(uint16 spell_id, Mob *&spell_target, Mob *&ae_ce if(IsIllusionSpell(spell_id) && spell_target != nullptr // null ptr crash safeguard && !spell_target->IsNPC() // still self only if NPC targetted - && IsClient() && IsOfClientBot() && (IsGrouped() // still self only if not grouped || IsRaidGrouped())