diff --git a/src/game/Spells/Spell.cpp b/src/game/Spells/Spell.cpp index b0d3b7609..9dd72c442 100644 --- a/src/game/Spells/Spell.cpp +++ b/src/game/Spells/Spell.cpp @@ -8077,8 +8077,6 @@ bool WorldObjectSpellTargetCheck::operator()(WorldObject* target) return false; break; case TARGET_CHECK_RAID_CLASS: - if (_referer->GetTypeId() == unitTarget->GetTypeId()) - return false; if (_referer->getClass() != unitTarget->getClass()) return false; // nobreak;