mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Quests: Prepping the Speech description/progress/completion text
Closes #10607
This commit is contained in:
2
sql/updates/world/2013_08_28_02_world_quest_template.sql
Normal file
2
sql/updates/world/2013_08_28_02_world_quest_template.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user