mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
8
sql/updates/world/2015_11_01_09_world_2015_04_28_01.sql
Normal file
8
sql/updates/world/2015_11_01_09_world_2015_04_28_01.sql
Normal 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;
|
||||
Reference in New Issue
Block a user