From 1e041a00d8f095ada0bf5932ec872bab7a297e75 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Wed, 25 May 2022 13:32:29 -0400 Subject: [PATCH] Core/Scripts: Verify & migrate spell school immunities to DB Port From (https://github.com/TrinityCore/TrinityCore/commit/8e9e15629fb00c742695325c6ccba2fff8ad4939) --- Source/Scripts/Pets/Shaman.cs | 2 -- 1 file changed, 2 deletions(-) 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)