diff options
author | Killyana <morphone1@gmail.com> | 2015-12-18 15:56:23 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:14:01 +0100 |
commit | 773791a638601592072628d7380301b68763d1fa (patch) | |
tree | 416098c39fac007241315231001bd1cd4b1ca4e1 | |
parent | b4a144d5d1e4528a33f84c312deb3bd4cb61f2b5 (diff) |
DB/Creature: Add Magic immunity to Mana Feeders
Closes #16050
(cherry picked from commit c282e9ae35e269505a73fcae38f2050bfb82cc03)
-rw-r--r-- | sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql b/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql new file mode 100644 index 00000000000..2ccc93def23 --- /dev/null +++ b/sql/updates/world/2016_01_16_04_world_2015_12_18_01.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` = 16491; +INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (16491, '39804'); |