mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 00:53:46 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user