From dc221604d9971eabb95cdbaececa28765a6dfa9a Mon Sep 17 00:00:00 2001 From: Mikhail Redko Date: Fri, 23 Dec 2022 16:08:58 +0200 Subject: Core/Scripts: Implemented Zort's Protective Elixir (#28372) * Core/Scripts: Implemented Zort's Protective Elixir * Rename XXXX_XX_XX_XX_world.sql to 2022_12_23_00_world.sql Co-authored-by: Giacomo Pozzoni --- sql/updates/world/3.3.5/2022_12_23_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_12_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_12_23_00_world.sql b/sql/updates/world/3.3.5/2022_12_23_00_world.sql new file mode 100644 index 00000000000..852260c1f51 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_12_23_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dragonblight_corrosive_spit'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (47447, 'spell_dragonblight_corrosive_spit'); -- cgit v1.2.3