DB/Creature: Fix a type in a previous commit

Water Elemental immunity
Ref #22642
This commit is contained in:
Killyana
2018-10-17 00:44:14 +02:00
parent 4ca8f72db5
commit cf2ca013f7

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `spell_school_immune_mask`=0 WHERE `entry`=501;
UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|16 WHERE `entry`=510;