diff options
| author | Rothend <67004168+Rothend@users.noreply.github.com> | 2020-08-12 13:40:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 13:40:28 +0200 |
| commit | a375f15ae26472202daf02c88d292f2ce6a1470f (patch) | |
| tree | 76a20cfcb53cb9b19020e695c83eedd48abbc411 /sql | |
| parent | 6116e5b38522ccfb00f6c941c75482e05b4c0799 (diff) | |
Script/Quest: fix (More) Torch Catching (#24907)
* Script/Quest: fix (More) Torch Catching.
Closes #24893
Co-authored-by: Carbenium <carbenium@outlook.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_12_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_12_00_world.sql b/sql/updates/world/3.3.5/2020_08_12_00_world.sql new file mode 100644 index 00000000000..da054064bd8 --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |
