fix(Scripts/Spells): Death Knight Army of the Dead auras (#19795)

This commit is contained in:
Jelle Meeus
2024-12-28 14:23:14 +01:00
committed by GitHub
parent 118c426f74
commit 638b8ea621
6 changed files with 152 additions and 12 deletions

View File

@@ -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);
}
};