diff options
author | Killyana <morphone1@gmail.com> | 2018-10-17 00:44:14 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-10-17 00:44:14 +0200 |
commit | cf2ca013f7a365907cbdd395350f0345f07d942b (patch) | |
tree | ef4c1d8d0500efaa133d0dfd666ee58390179904 | |
parent | 4ca8f72db5486c48556cdb9e90d8df958c94cd35 (diff) |
DB/Creature: Fix a type in a previous commit
Water Elemental immunity
Ref #22642
-rw-r--r-- | sql/updates/world/3.3.5/2018_10_16_05_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_16_05_world_335.sql b/sql/updates/world/3.3.5/2018_10_16_05_world_335.sql new file mode 100644 index 00000000000..2d0aef35aa0 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_16_05_world_335.sql @@ -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; |