diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:51:10 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
| commit | f8c302bd4eaf75b3d3219ab40f76a9303430929e (patch) | |
| tree | 087f1ccdd429355ae1926fac6d5064d80c95fce6 | |
| parent | 6b9bf87f8db1698e4e9fb341114bc186e1d81cbc (diff) | |
DB/Quest: Improve cosmetic details of quest In Service Of The Lich King
Closes #20809
(cherry picked from commit c44907face59e2eb55094140469f255770753333)
| -rw-r--r-- | sql/updates/world/master/2021_01_25_18_world_2017_11_08_12_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_18_world_2017_11_08_12_world.sql b/sql/updates/world/master/2021_01_25_18_world_2017_11_08_12_world.sql new file mode 100644 index 00000000000..2e817d66d24 --- /dev/null +++ b/sql/updates/world/master/2021_01_25_18_world_2017_11_08_12_world.sql @@ -0,0 +1,4 @@ +-- +-- UPDATE `quest_details` SET `EmoteDelay1`=500, `EmoteDelay2`=1000 WHERE `ID`=12593; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=58204, `target_type`=7, `comment`="The Lich King - On Quest 'In service of The Lich King' Taken - Cast 'LK Intro VO'" WHERE `entryorguid`=25462 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2546200 AND `source_type`=9; |
