chore(DB): import pending files

Referenced commit(s): e40b1acb0a
This commit is contained in:
github-actions[bot]
2024-07-07 16:59:12 +00:00
parent d68edd0aec
commit 4b62083dc9
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_07_07_01 -> 2024_07_07_02
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~16384 WHERE `type` = 9 AND `mechanic_immune_mask`&16384;
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~16384 WHERE `type` = 6 AND `mechanic_immune_mask`&16384 AND `entry` NOT IN (4543, 8317, 11561, 16194, 16215, 16216, 28443);

View File

@@ -1,2 +1,3 @@
-- DB update 2024_07_07_02 -> 2024_07_07_03
-- Talon King Ikiss - interrupt immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE (`entry` IN (18473,20706));