chore(DB): import pending files

Referenced commit(s): 4294525084
This commit is contained in:
github-actions[bot]
2024-04-14 11:31:06 +00:00
parent 0d8fd9211c
commit 192861a220
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2024_04_13_00 -> 2024_04_14_00
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 WHERE `entry` = 19514;

View File

@@ -0,0 +1,4 @@
-- DB update 2024_04_14_00 -> 2024_04_14_01
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8 WHERE `entry` IN (17767, 17808, 17888, 17842);
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` IN (17767, 17808, 17888, 17842);