DB/Misc: Argent tournament quests without progress

By Crysicle, closes #7988
This commit is contained in:
Aokromes
2013-11-03 05:36:29 +01:00
parent 6843734b8f
commit 51dd1ebd4e
@@ -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;