aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-04-28 14:44:52 +0100
committerDr-J <daniel.jarrott0@gmail.com>2015-04-28 14:44:52 +0100
commitdf8fbb0759c14c7655016e2494874e65de4b636d (patch)
treeea2856e76546d93dddd8a4113314d33d5c8bf7c7
parent984a8ea73bb7ed09e8b93e6594910847257de8f9 (diff)
DB/Misc: Quest rewards for Northrend Children's Week chain
Quest rewards for http://www.wowhead.com/quest=13959/back-to-the-orphanage and http://www.wowhead.com/quest=13960/back-to-the-orphanage Mail will be delivered 15 mins after quest turned in containing the reward (pet) for which ever chain you completed http://postimg.org/image/ukyloata3/ http://postimg.org/image/fdim3y1ff/
-rw-r--r--sql/updates/world/2015_04_28_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_28_01_world.sql b/sql/updates/world/2015_04_28_01_world.sql
new file mode 100644
index 00000000000..3de29012072
--- /dev/null
+++ b/sql/updates/world/2015_04_28_01_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `mail_loot_template` WHERE `Entry` in(269,270);
+
+INSERT INTO `mail_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(269, 46545, 0, 100, 0, 1, 0, 1, 1, NULL), -- Oracle
+(270, 46544, 0, 100, 0, 1, 0, 1, 1, NULL); -- Wolvar
+
+UPDATE `quest_template` SET `RewardMailTemplateId`=269,`RewardMailDelay`=900 WHERE `Id`=13959;
+UPDATE `quest_template` SET `RewardMailTemplateId`=270,`RewardMailDelay`=900 WHERE `Id`=13960;