diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-21 23:50:44 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-03-21 23:50:44 +0100 |
| commit | 0a2c21f7092298bdcfd95f63a613674656ddc0e6 (patch) | |
| tree | 25f0a679729828c808f3f1b54cbe17de9f0a82c6 | |
| parent | 7c5b69d18bb315d369bf0bbfc16b795d63d0f73c (diff) | |
DB/Quest: Trapping the Light Fantastic
Closes #20660
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_21_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_21_01_world.sql b/sql/updates/world/3.3.5/2018_03_21_01_world.sql new file mode 100644 index 00000000000..00f9b4f00b7 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_21_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=4 AND `link`=5; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=3 AND `target_type`=12; +UPDATE `smart_scripts` SET `id`=3 WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=4 AND `action_type`=80; |
