mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
merge with previous
This commit is contained in:
@@ -1938,7 +1938,6 @@ bool Mob::DetermineSpellTargets(uint16 spell_id, Mob *&spell_target, Mob *&ae_ce
|
|||||||
if(IsIllusionSpell(spell_id)
|
if(IsIllusionSpell(spell_id)
|
||||||
&& spell_target != nullptr // null ptr crash safeguard
|
&& spell_target != nullptr // null ptr crash safeguard
|
||||||
&& !spell_target->IsNPC() // still self only if NPC targetted
|
&& !spell_target->IsNPC() // still self only if NPC targetted
|
||||||
&& IsClient()
|
|
||||||
&& IsOfClientBot()
|
&& IsOfClientBot()
|
||||||
&& (IsGrouped() // still self only if not grouped
|
&& (IsGrouped() // still self only if not grouped
|
||||||
|| IsRaidGrouped())
|
|| IsRaidGrouped())
|
||||||
|
|||||||
Reference in New Issue
Block a user