diff options
| author | Mikhail Redko <ovitnez@gmail.com> | 2022-12-23 16:08:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-23 15:08:58 +0100 |
| commit | dc221604d9971eabb95cdbaececa28765a6dfa9a (patch) | |
| tree | f7eff42f8186be905d782f049b84404199a7f2e6 /sql/updates | |
| parent | d91c4526e1630669a48ade376d46b78b7dfeac9e (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>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_12_23_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
