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 <[email protected]>
(cherry picked from commit dc221604d9971eabb95cdbaececa28765a6dfa9a)
This commit is contained in:
Mikhail Redko
2023-01-12 22:55:19 +01:00
committed by Shauren
parent 9ac19fd790
commit 52ddfe89f8
2 changed files with 37 additions and 0 deletions
@@ -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');