aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_11_03_15_world_quest_template.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_15_world_quest_template.sql b/sql/updates/world/2013_11_03_15_world_quest_template.sql
new file mode 100644
index 00000000000..f9a7819f3c1
--- /dev/null
+++ b/sql/updates/world/2013_11_03_15_world_quest_template.sql
@@ -0,0 +1,17 @@
+-- A Valiant`s Field Training (All) (Horde) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'A good day of training will never hurt anyone. It''s good to see you keeping up.' WHERE `id` IN (13765, 13771, 13776, 13781, 13786);
+
+-- Taking Battle To The Enemy (Horde and Alliance) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'Have you tested yourself in combat against the Scourge?' WHERE `id` IN (13813, 13791);
+
+-- Stop The Aggressors (Horde) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'Have you shown the Kvaldir that we will not let them threaten us?' WHERE `id` = 14140;
+
+-- You`ve Really Done It This Time, Kul (Horde) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'Did you free Kul and those hopeless aspirants?' WHERE `id` = 14142;
+
+-- Threat From Above (Horde) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'Have you defeated the Cult of the Damned raiding party?' WHERE `id` = 13812;
+
+-- Rescue at Sea (Horde) progress
+UPDATE `quest_template` SET `RequestItemsText` = 'Have you helped fend off the Kvaldir attack?' WHERE `id` = 14136;