Skip to content

Commit

Permalink
[1056] Quest: A Terrible Purpose
Browse files Browse the repository at this point in the history
* The item "Nature's Whisper" will be mailed to players who complete this quest.
  • Loading branch information
Tobschinski committed Jun 24, 2015
1 parent fdad3e2 commit e03845a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions updates/1056_mail_loot_template.sql
@@ -0,0 +1,4 @@

DELETE FROM `mail_loot_template` WHERE `entry`='110';
INSERT INTO `mail_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`) VALUES
('110', '20645', '100', '0', '1', '1', '0');
2 changes: 2 additions & 0 deletions updates/1056_quest_template.sql
@@ -0,0 +1,2 @@

UPDATE `quest_template` SET `RewMailTemplateId`='110', `RewMailDelaySecs`='86400' WHERE `entry`='8287';

0 comments on commit e03845a

Please sign in to comment.