aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-23 21:21:18 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-12 02:05:14 +0100
commita9946bd580272d85b2f88464a33e4766ba93c10a (patch)
tree747611091e5f05e1aa9efa844cf437c704b8e96d
parent1edccf977a8b94f8662524397c9457f4b8d356fc (diff)
DB/Creature: make Troll Roof Stalker immune to Mind Control
Closes #23488 (cherry picked from commit 5fb44f8f74885c65f66127ebc95fbe5aff612d93)
-rw-r--r--sql/updates/world/master/2021_12_11_55_world_2019_06_23_18_world.sql2
1 files changed, 2 insertions, 0 deletions
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;