From 5fb44f8f74885c65f66127ebc95fbe5aff612d93 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 23 Jun 2019 21:21:18 +0200 Subject: [PATCH] DB/Creature: make Troll Roof Stalker immune to Mind Control Closes #23488 --- sql/updates/world/3.3.5/2019_06_23_018_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_23_018_world.sql diff --git a/sql/updates/world/3.3.5/2019_06_23_018_world.sql b/sql/updates/world/3.3.5/2019_06_23_018_world.sql new file mode 100644 index 00000000000..a8889112f4f --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_23_018_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|1 WHERE `entry`=23090;