diff --git a/common/spdat.cpp b/common/spdat.cpp index 2143c9682..5bfce95e6 100644 --- a/common/spdat.cpp +++ b/common/spdat.cpp @@ -822,9 +822,7 @@ bool IsGroupSpell(uint16 spell_id) return ( spell.target_type == ST_AEBard || spell.target_type == ST_Group || - spell.target_type == ST_GroupTeleport || - spell.target_type == ST_GroupNoPets || - spell.target_type == ST_GroupClientAndPet + spell.target_type == ST_GroupTeleport ); }