aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-11-08 18:51:10 +0100
committerKillyana <morphone1@gmail.com>2017-11-08 18:51:10 +0100
commitc44907face59e2eb55094140469f255770753333 (patch)
tree58d57ed8f3a0398d39de6af93e28d1ab894e22d0
parent4ceb200e44bb35727729b9a78b94dba264e2a1ed (diff)
DB/Quest: Improve cosmetic details of quest In Service Of The Lich King
Closes #20809
-rw-r--r--sql/updates/world/3.3.5/2017_11_08_12_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_12_world.sql b/sql/updates/world/3.3.5/2017_11_08_12_world.sql
new file mode 100644
index 00000000000..ded213b1417
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;