From c6e80a4bfa48924be42479530ea29e4509bd1e7a Mon Sep 17 00:00:00 2001 From: DanVS Date: Mon, 15 Oct 2018 21:11:18 +0200 Subject: DB/Creature: Player Summoned Elementals Closes #22642 --- sql/updates/world/3.3.5/2018_10_15_04_world_335.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_15_04_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_10_15_04_world_335.sql b/sql/updates/world/3.3.5/2018_10_15_04_world_335.sql new file mode 100644 index 00000000000..1322915f934 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_15_04_world_335.sql @@ -0,0 +1,11 @@ +-- Infernal (89) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|4 WHERE `entry`=89; + +-- Water Elemental (501) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|16 WHERE `entry`=501; + +-- Greater Earth Elemental (15352) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|8 WHERE `entry`=15352; + +-- Greater Fire Elemental (15438) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|4 WHERE `entry`=15438; -- cgit v1.2.3