From 75406b2c0dcf4295601529cf0aa944aad69bf645 Mon Sep 17 00:00:00 2001 From: Crysicle Date: Wed, 28 Aug 2013 16:39:57 +0100 Subject: DB/Quests: Prepping the Speech description/progress/completion text Closes #10607 --- sql/updates/world/2013_08_28_02_world_quest_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_08_28_02_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_28_02_world_quest_template.sql b/sql/updates/world/2013_08_28_02_world_quest_template.sql new file mode 100644 index 00000000000..8c40402529f --- /dev/null +++ b/sql/updates/world/2013_08_28_02_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Prepping the Speech +UPDATE `quest_template` SET `Details` = 'High Tinker Mekkatorque asked me to write a speech that he could give before the battle starts, but I just can''t tell which draft is good and which ones just stink.$b$bCould you try some of them out on the local gnome residents? This device creates an image of Mekkatorque saying a few lines from each of my speech drafts.$b$bLet me know which one works, okay?' `RequestItemsText` = 'Let me know which one works, okay?' `OfferRewardText` = 'Oh my. Their reactions were that different?$b$bNot completely what I was expecting, but I think I have a speech that will do.$b$bJust let me find where I put it...' WHERE `id`=25283; -- cgit v1.2.3