diff --git a/Source/Scripts/Pets/Shaman.cs b/Source/Scripts/Pets/Shaman.cs index 37be2b373..e1b95977c 100644 --- a/Source/Scripts/Pets/Shaman.cs +++ b/Source/Scripts/Pets/Shaman.cs @@ -49,7 +49,6 @@ namespace Scripts.Pets DoCastVictim(SpellIds.AngeredEarth); task.Repeat(TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(20)); }); - me.ApplySpellImmune(0, SpellImmunity.School, SpellSchoolMask.Nature, true); } public override void UpdateAI(uint diff) @@ -86,7 +85,6 @@ namespace Scripts.Pets DoCastVictim(SpellIds.FireBlast); task.Repeat(TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(20)); }); - me.ApplySpellImmune(0, SpellImmunity.School, SpellSchoolMask.Fire, true); } public override void UpdateAI(uint diff)