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