chore(DB): import pending files

Referenced commit(s): 842918c08c
This commit is contained in:
github-actions[bot]
2024-06-22 09:53:37 +00:00
parent 3b3d848c05
commit add7421437
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2024_06_22_04 -> 2024_06_22_05
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` = 23330;

View File

@@ -0,0 +1,3 @@
-- DB update 2024_06_22_05 -> 2024_06_22_06
--
DELETE FROM `spell_group` WHERE `spell_id` IN (28486, 28488);

View File

@@ -0,0 +1,3 @@
-- DB update 2024_06_22_06 -> 2024_06_22_07
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |256 WHERE `entry` IN (23030, 23330);