merge with previous

This commit is contained in:
nytmyr
2024-12-10 13:59:59 -06:00
parent 7834222b5f
commit 70fe633d5b
-1
View File
@@ -1924,7 +1924,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())