chore(DB): import pending files

Referenced commit(s): 8861e16e64
This commit is contained in:
github-actions[bot]
2024-01-29 02:42:14 +00:00
parent 8861e16e64
commit f1c4622f41

View File

@@ -1,3 +1,4 @@
-- DB update 2024_01_23_00 -> 2024_01_29_00
-- 20033 and 20034 were 1|2048 and 20047 was 2048
UPDATE `creature_template` SET `mechanic_immune_mask` = 0 WHERE `entry` IN (20033, 20034);
UPDATE `creature_template` SET `mechanic_immune_mask` = 256|33554432 WHERE `entry` = 20047;