diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_09_08_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_08_01_world.sql b/sql/updates/world/master/2024_09_08_01_world.sql new file mode 100644 index 00000000000..c25ee8e25a1 --- /dev/null +++ b/sql/updates/world/master/2024_09_08_01_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace_dots'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_deaths_embrace_drain_life'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(324540, 'spell_warl_deaths_embrace'), +(980, 'spell_warl_deaths_embrace_dots'), +(146739, 'spell_warl_deaths_embrace_dots'), +(316099, 'spell_warl_deaths_embrace_dots'), +(234153, 'spell_warl_deaths_embrace_drain_life'); |