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/
(cherry picked from commit df8fbb0759)
This commit is contained in:
Dr-J
2015-04-28 14:44:52 +01:00
committed by MitchesD
parent 9024588d1f
commit b60fceb9e2

View File

@@ -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_addon` SET `RewardMailTemplateId`=269,`RewardMailDelay`=900 WHERE `Id`=13959;
UPDATE `quest_template_addon` SET `RewardMailTemplateId`=270,`RewardMailDelay`=900 WHERE `Id`=13960;