mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
3
data/sql/updates/db_world/2023_09_26_01.sql
Normal file
3
data/sql/updates/db_world/2023_09_26_01.sql
Normal 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;
|
||||
5
data/sql/updates/db_world/2023_09_26_02.sql
Normal file
5
data/sql/updates/db_world/2023_09_26_02.sql
Normal 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');
|
||||
Reference in New Issue
Block a user