From 9b7f57dfde7d9b680829cac7fd9cd7d4bde2ae22 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 21 Aug 2016 17:44:01 +0200 Subject: DB/Creature: Add immunity to Proto-Drake Egg By DRJ Closes #17610 (cherry picked from commit 44fe17b6a1601d54cdd34143a93eccbea8c6f318) --- sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_04_world_2016_08_21_07_world.sql (limited to 'sql') 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; -- cgit v1.2.3