aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-12-05 16:00:02 +0200
committeroffl <offl@users.noreply.github.com>2020-12-05 16:00:02 +0200
commitd12fe62ccc66891a26f6279d01ee8efd54be6ec0 (patch)
tree55045a75cb710a2a4f32c8b414f8807ffc6f9737
parentd665c68cfcf1640f4ea56165ff2c4ea65748a72a (diff)
DB/Creature: Make Drakkari Rhino immune to polymorph
-rw-r--r--sql/updates/world/3.3.5/2020_12_05_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_12_05_00_world.sql b/sql/updates/world/3.3.5/2020_12_05_00_world.sql
new file mode 100644
index 00000000000..e94e2759019
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_12_05_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |65536 WHERE `entry` IN (29838,29931,30935,30936);