mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Scripts/Four Horsemen: Horsemen's main spells should only explicitly target players
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user