chore(DB): import pending files

Referenced commit(s): 2d620f20dd
This commit is contained in:
github-actions[bot]
2023-09-26 21:52:08 +00:00
parent 6649ad08d7
commit 501399cd0e
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2023_09_26_00 -> 2023_09_26_01
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE `entry` = 15690;

View File

@@ -0,0 +1,5 @@
-- DB update 2023_09_26_01 -> 2023_09_26_02
-- #12145 midsummer add spell script spell_midsummer_ribbon_pole_visual
DELETE FROM acore_world.spell_script_names WHERE spell_id = 29172;
INSERT INTO acore_world.spell_script_names (spell_id, ScriptName) VALUES
(29172, 'spell_midsummer_ribbon_pole_visual');