aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-08-21 17:44:01 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-18 13:58:49 +0100
commit9b7f57dfde7d9b680829cac7fd9cd7d4bde2ae22 (patch)
treef53e533db01f5cd68179f9c791158279f2f403d3
parent3e7e6fa4ac7fae3dfb80919a9c8fb77ec9be19e9 (diff)
DB/Creature: Add immunity to Proto-Drake Egg
By DRJ Closes #17610 (cherry picked from commit 44fe17b6a1601d54cdd34143a93eccbea8c6f318)
-rw-r--r--sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql b/sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql
new file mode 100644
index 00000000000..62d1963db90
--- /dev/null
+++ b/sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `mechanic_immune_mask`=8388672 WHERE `entry`=23777;