Scripts/Icecrown Citadel: Fixed Deathbringer's Blood Beasts attacking pets and totems, thanks gigatotem for pointing it out
Closes #439
This commit is contained in:
@@ -351,7 +351,7 @@ class boss_deathbringer_saurfang : public CreatureScript
|
||||
|
||||
void JustSummoned(Creature* summon)
|
||||
{
|
||||
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 1))
|
||||
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 1, 0.0f, true))
|
||||
summon->AI()->AttackStart(target);
|
||||
|
||||
if (IsHeroic())
|
||||
|
||||
Reference in New Issue
Block a user