aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMikhail Redko <ovitnez@gmail.com>2022-12-23 16:08:58 +0200
committerShauren <shauren.trinity@gmail.com>2023-01-12 22:55:19 +0100
commit52ddfe89f8d48779145a157ef06c284490dfe4ba (patch)
tree228e7d01ae0c089b181c50cdad5302fb52ddd27b /sql
parent9ac19fd7904b0778c5c6fcd443a3f4a65e2e9435 (diff)
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 <giacomopoz@gmail.com> (cherry picked from commit dc221604d9971eabb95cdbaececa28765a6dfa9a)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_01_12_36_world_2022_12_23_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_36_world_2022_12_23_00_world.sql b/sql/updates/world/master/2023_01_12_36_world_2022_12_23_00_world.sql
new file mode 100644
index 00000000000..852260c1f51
--- /dev/null
+++ b/sql/updates/world/master/2023_01_12_36_world_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');