fix(Scripts/Naxxramas): Gothik - remove redundant call for help on minions so ghosts don't chain-aggro (#24300)
This commit is contained in:
@@ -282,7 +282,6 @@ public:
|
|||||||
summon->AI()->AttackStart(target);
|
summon->AI()->AttackStart(target);
|
||||||
summon->SetInCombatWithZone();
|
summon->SetInCombatWithZone();
|
||||||
summon->SetReactState(REACT_AGGRESSIVE);
|
summon->SetReactState(REACT_AGGRESSIVE);
|
||||||
summon->CallForHelp(150.0f);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user