aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeyrath <Weyrath@users.noreply.github.com>2017-06-18 14:22:32 +0200
committerKillyana <morphone1@gmail.com>2017-06-18 14:22:32 +0200
commita89047a7c98e5e0d73f55dbfd33341a070e03431 (patch)
treec20dc38d6a043377ec7ebc1d7d75b8388025e56e
parentfba62f0e22a168e7d33dc7381949ba2b056b9d07 (diff)
DB/Quest: Improvements for Scalding Mornbrew Delivery
Closes #19907 By Weyrath
-rw-r--r--sql/updates/world/3.3.5/2017_06_18_01_world_335.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_18_01_world_335.sql b/sql/updates/world/3.3.5/2017_06_18_01_world_335.sql
new file mode 100644
index 00000000000..ddae8d0ce10
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_18_01_world_335.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `quest_template` SET `TimeAllowed`=0 WHERE `ID`=3364;
+UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=83600 AND `source_type`=9;
+UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0 WHERE `entryorguid`=83600 AND `id`=0 AND `source_type`=9;
+UPDATE `smart_scripts` SET `event_param1`=2000, `event_param2`=2000 WHERE `entryorguid`=83600 AND `id`=1 AND `source_type`=9;
+UPDATE `smart_scripts` SET `event_param1`=2500, `event_param2`=2500 WHERE `entryorguid`=83600 AND `id`=2 AND `source_type`=9;
+UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=5000 WHERE `entryorguid`=83600 AND `id`=3 AND `source_type`=9;