Scripts/Four Horsemen: Horsemen's main spells should only explicitly target players

This commit is contained in:
Trisjdc
2014-07-24 03:48:35 +01:00
parent 3f9f2e3ee5
commit c541f4f5de

View File

@@ -354,7 +354,7 @@ public:
if (caster)
{
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 45.0f))
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 45.0f, true))
DoCast(target, SPELL_PRIMARY(id));
}
else