aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-05-04 22:00:01 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-07 20:54:53 +0100
commit5970682e80acb6c23a3bfb3360f33f38707d65fe (patch)
tree00be37bcac196549f4f3d4202ddb53a15a6213ca
parenta003fb2fa6ba9a21cf13c8ae16c952e5ec80b220 (diff)
DB/Event: Children's week
Add missing reward mail when either version of Return to the Orphanage in Shattrath is returned Horde (185) - Subject: Thank you! Body: Dear, $n,$B$BThank you for taking me out during Children's Week. Lady Liadrin, the leader of the Blood Knights, has asked that I be released to her custody for training in Silvermoon City!$B$BI just wanted to thank you for taking me to see my friend, Hch'uu, as well as the Dark Portal, the Throne of the Elements, and the Caverns of Time. I like my toy dragon very much!$B$BI'm sure that you're taking good care of my pet. Please tell him that I miss him!$B$BSincerely,$B$BSalandria Alliance (184) - Subject: Thank you! Body: $n,$B$BThank you for the time that we spent together during Children's Week. Did you know that Farseer Nobundo has asked the orphan matron to allow me to study with him at the Exodar?$B$BThank you for taking me to all of those neat places, and to visit my brother, Jheel. I miss him almost as much as I miss you. And, the Ring of Observance, the Dark Portal and the Caverns of Time were neato!$B$BI'm sure that you're taking good care of my pet. Tell him that I miss him, too!$B$BLove,$B$BDornaa (cherry picked from commit e4a22f94e79a538b3adef64f619964b384b4b843) Actually add the sql to last commit (cherry picked from commit 9566b94688a17f7480e89d6627ca6d43f93125c7)
-rw-r--r--sql/updates/world/master/2017_01_07_15_world_2016_05_04_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_07_15_world_2016_05_04_02_world.sql b/sql/updates/world/master/2017_01_07_15_world_2016_05_04_02_world.sql
new file mode 100644
index 00000000000..4bb7870a4ea
--- /dev/null
+++ b/sql/updates/world/master/2017_01_07_15_world_2016_05_04_02_world.sql
@@ -0,0 +1,2 @@
+UPDATE `quest_template_addon` SET `RewardMailTemplateID`=184, `RewardMailDelay`=900 WHERE `ID`=10966;
+UPDATE `quest_template_addon` SET `RewardMailTemplateID`=185, `RewardMailDelay`=900 WHERE `ID`=10967;