aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-11-03 05:36:29 +0100
committerAokromes <jipr@hotmail.com>2013-11-03 05:36:29 +0100
commit51dd1ebd4ea0eb94c74f7dde20c21b6fae350517 (patch)
tree0843c373282670927e55ebb5cdf525624fa13c43
parent6843734b8fb930e5e59b43119b84c5fb38926238 (diff)
DB/Misc: Argent tournament quests without progress
By Crysicle, closes #7988
-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;