diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-21 23:50:44 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-22 23:14:05 +0200 |
| commit | 6a42440c87f6f4737aed26d0f30a670814768384 (patch) | |
| tree | 784e0e3d0bc34a6d0d10a34dbe6b87187ca4f3b1 | |
| parent | bd6471682abdedd7ca17daea66e6f7387c55034e (diff) | |
DB/Quest: Trapping the Light Fantastic
Closes #20660
(cherry picked from commit 0a2c21f7092298bdcfd95f63a613674656ddc0e6)
| -rw-r--r-- | sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql b/sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql new file mode 100644 index 00000000000..00f9b4f00b7 --- /dev/null +++ b/sql/updates/world/master/2021_09_22_03_world_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; |
