diff options
| author | Rothend <67004168+Rothend@users.noreply.github.com> | 2020-08-12 13:40:28 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 19:50:50 +0100 |
| commit | 6f10847512b5a1a70b02e9385ae3fb34fed09185 (patch) | |
| tree | b04507047cd6b5de614d8a5f64bf60ac91bae749 /sql/updates/world | |
| parent | 319ddd9bcdeab13b07c992e05bef5698af090ee0 (diff) | |
Script/Quest: fix (More) Torch Catching (#24907)
* Script/Quest: fix (More) Torch Catching.
Closes #24893
Co-authored-by: Carbenium <carbenium@outlook.com>
(cherry picked from commit a375f15ae26472202daf02c88d292f2ce6a1470f)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2022_01_26_32_world_2020_08_12_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_32_world_2020_08_12_00_world.sql b/sql/updates/world/master/2022_01_26_32_world_2020_08_12_00_world.sql new file mode 100644 index 00000000000..da054064bd8 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_32_world_2020_08_12_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ("spell_midsummer_fling_torch_triggered", "spell_midsummer_fling_torch_catch", "spell_midsummer_fling_torch_missed", "spell_midsummer_fling_torch"); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(45669, "spell_midsummer_fling_torch_triggered"), +(45671, "spell_midsummer_fling_torch_catch"), +(45676, "spell_midsummer_fling_torch_missed"), +(46747, "spell_midsummer_fling_torch"); |
