aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriDEV <aridev666@gmail.com>2015-01-10 03:35:27 +0000
committerNayd <dnpd.dd@gmail.com>2015-01-10 03:36:01 +0000
commit8db73ccfd5771f946e77c2d2ab241fd74ad37d45 (patch)
treeb84683de2a0fe95c3cd30159c9495c299f70e174
parent88efa5181ee741692c8eaf14837e5d13816c9546 (diff)
DB/Achievements: Achievement Reward: "You'll Get Caught Up In The... Frostfire!"
After Complete of The Achievement "You'll Get Caught Up In The... Frostfire!" Players get a Reward mail with Text From Draka with the Subject "The Frostwolves Thank You" Closes #13587
-rw-r--r--sql/updates/world/2015_01_10_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_10_03_world.sql b/sql/updates/world/2015_01_10_03_world.sql
new file mode 100644
index 00000000000..8516179e28a
--- /dev/null
+++ b/sql/updates/world/2015_01_10_03_world.sql
@@ -0,0 +1,4 @@
+-- Achievement Reward "You'll Get Caught Up In The... Frostfire!"
+DELETE FROM `achievement_reward` WHERE `entry`=8671;
+INSERT INTO `achievement_reward` (`entry`, `title_A`, `title_H`, `item`, `sender`, `subject`, `text`, `mailTemplate`) VALUES
+(8671, 0, 0, 0, 71671, 'The Frostwolves Thank You', '$N,$B Thank you for your selfless aid to my clan during our time of need. Frostfire Ridge is secure, but the trecherous Iron Horde are throwing our whole world into chaos. $N, my husband Durotan would never openly show weakness, but this conflict is tearing him apart. Some of his dearest friends have sided with our enemy. We need new allies more than ever.$B Your heroism is an inspiration to us. I have sent Beska Redtusk to Warspear Hold in Ashran - speak with her if you need any supplies from our clan\'s stockpile. It is the least we can offer.$B - Draka of the Frostwolves', 0);