chore(DB): import pending files

Referenced commit(s): d22f015e52
This commit is contained in:
github-actions[bot]
2025-09-06 13:29:01 +00:00
parent e6dd4bcb88
commit d1b75f93f4

View File

@@ -0,0 +1,13 @@
-- DB update 2025_09_06_03 -> 2025_09_06_04
-- Arzeth the Merciless (Charm, Fear, Root, Snare, Banish, Horror)
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |1|16|64|1024|131072|8388608 WHERE (`entry` = 19354);
-- Illidari Dreadlord (Charm, Fear, Snare)
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |1|16|1024 WHERE (`entry` = 21166);
-- Wrath Master (Charm, Snare)
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |1|1024 WHERE (`entry` = 19005);
-- Arazzius the Cruel (Charm, Fear, Root, Snare, Stun, Freeze, Polymorph, Banish)
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |1|16|64|1024|2048|4096|65536|131072 WHERE (`entry` = 19191);