fix(Scripts/Spells): Death Knight Army of the Dead auras (#19795)
This commit is contained in:
parent
118c426f74
commit
638b8ea621
6 changed files with 152 additions and 12 deletions
|
|
@ -303,10 +303,6 @@ public:
|
|||
{
|
||||
CombatAI::InitializeAI();
|
||||
((Minion*)me)->SetFollowAngle(rand_norm() * 2 * M_PI);
|
||||
|
||||
// Heroism / Bloodlust immunity
|
||||
me->ApplySpellImmune(0, IMMUNITY_ID, 32182, true);
|
||||
me->ApplySpellImmune(0, IMMUNITY_ID, 2825, true);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue