Core/Illidan: Parasitic Shadowfiend can target tanker

This commit is contained in:
Keader
2017-10-22 15:02:26 -03:00
committed by Aokromes
parent 1ff9677ab4
commit 95e07964fe

View File

@@ -821,7 +821,7 @@ public:
events.Repeat(Seconds(12));
break;
case EVENT_PARASITIC_SHADOWFIEND:
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 1))
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 0.0f, true))
DoCast(target, SPELL_PARASITIC_SHADOWFIEND);
events.Repeat(Seconds(30));
break;