aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-08-21 17:44:01 +0200
committerKillyana <morphone1@gmail.com>2016-08-21 17:44:01 +0200
commit44fe17b6a1601d54cdd34143a93eccbea8c6f318 (patch)
tree5548ce7b91393de11133338ab5c5faf442eb9ae1
parent308602eebfc57c140f4cdf38aadfd4bb478d9456 (diff)
DB/Creature: Add immunity to Proto-Drake Egg
By DRJ Closes #17610
-rw-r--r--sql/updates/world/3.3.5/2016_08_21_07_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_21_07_world.sql b/sql/updates/world/3.3.5/2016_08_21_07_world.sql
new file mode 100644
index 00000000000..62d1963db90
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_21_07_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `mechanic_immune_mask`=8388672 WHERE `entry`=23777;