aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2023-04-05 09:48:41 +0200
committerGitHub <noreply@github.com>2023-04-05 09:48:41 +0200
commitfbb68e23f6b62f3020013fa53a53ddab61aae0ef (patch)
treee0bfd693975cf5898a8a667fb63cf4c834323cdc /sql
parentad9f88d1591274985f9ac5f8d4ce607f8ad3953c (diff)
DB/Utgarde Pinnacle: Ritual Channelers shoud most likely be immune to stuns also
closes #28776 by @CraftedRO
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2023_04_05_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_04_05_04_world.sql b/sql/updates/world/3.3.5/2023_04_05_04_world.sql
new file mode 100644
index 00000000000..7c2f16efd45
--- /dev/null
+++ b/sql/updates/world/3.3.5/2023_04_05_04_world.sql
@@ -0,0 +1,2 @@
+-- Ritual Channeler immune to stuns
+UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|2048 WHERE `entry` IN (27281,30804);