From c946966275f1f7aab19bcfb80589cc9b6491f3df Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 29 May 2019 14:53:16 +0200 Subject: DB/Creature: Add Grip immunity to Nightbane --- sql/updates/world/3.3.5/2019_05_29_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_05_29_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_05_29_05_world.sql b/sql/updates/world/3.3.5/2019_05_29_05_world.sql new file mode 100644 index 00000000000..96434349e0a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_29_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask` |32 WHERE `entry`= 17225; -- cgit v1.2.3