aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-02-15 12:15:06 +0000
committerNay <dnpd.dd@gmail.com>2012-02-15 12:15:06 +0000
commita58c44bc89a53ca64c46fa7268bee827c5e01043 (patch)
treea4914df7825b300e00be9369fe1f3d26bd724437
parentbfbf118e7eef6237a8582043493d55c8298bb208 (diff)
DB/Quests: Completion and Progress texts for the quest The Power to Destroy...
Source: http://www.wowwiki.com/Quest:The_Power_to_Destroy... Closes #5247
-rw-r--r--sql/updates/world/2012_02_15_00_world_quest_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_15_00_world_quest_template.sql b/sql/updates/world/2012_02_15_00_world_quest_template.sql
new file mode 100644
index 00000000000..e26f52fd0fe
--- /dev/null
+++ b/sql/updates/world/2012_02_15_00_world_quest_template.sql
@@ -0,0 +1 @@
+UPDATE `quest_template` SET `OfferRewardText` = 'Good, $C. You have done well in serving the Dark Lady. Your continued perseverance and ambition will be of great use to the Lady''s subjects. Return to me again in the future. Perhaps I will have other tasks for you that will aid the Dark Lady in her attempts at overtaking the Lich King and completely freeing the Scourge.', `RequestItemsText` = 'There are a hundred other tasks awaiting my attention, $C. Do you have the books?' WHERE `Id` = 14356;