diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_20_00_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_20_00_world_335.sql b/sql/updates/world/3.3.5/2017_03_20_00_world_335.sql new file mode 100644 index 00000000000..f5c7b2375bb --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_20_00_world_335.sql @@ -0,0 +1,7 @@ +-- Children's Week quest "Back to the Orphanage" and mail from the Orphans +DELETE FROM `quest_mail_sender` WHERE `QuestId` IN (22817,22818,28879,28880); +INSERT INTO `quest_mail_sender` (`QuestId`,`RewardMailSenderEntry`) VALUES +(10966, 22818), -- Back to the Orphanage (A) sends mail from Draenei Orphan +(10967, 22817), -- Back to the Orphanage (H) sends mail from Blood Elf Orphan +(13959, 33533), -- Back To The Orphanage (Oracle) sends mail from Oracle Orphan +(13960, 33532); -- Back To The Orphanage (Wolvar) sends mail from Wolvar Orphan |