diff --git a/zone/spells.cpp b/zone/spells.cpp index 2cb4151d7..6dbd3e122 100644 --- a/zone/spells.cpp +++ b/zone/spells.cpp @@ -2664,7 +2664,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, in } if(IsIllusionSpell(spell_id) - && IsClient() + && IsOfClientBot() && (HasProjectIllusion())){ LogAA("Effect Project Illusion for [{}] on spell id: [{}] was ON", GetName(), spell_id); SetProjectIllusion(false);