From 3f6cc339a0b445f0c2c99c354bfadc22fdcd1003 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 20 Feb 2014 04:13:52 +0100 Subject: DB/Quest: Update OfferRewardText for quest 396 Notice: i realize of the typo, but wowhead shows that text, if anyone have a prof of it's wowhead typo i will fix it. Closes #11534 --- sql/updates/world/2014_02_20_03_world_quest_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_20_03_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_20_03_world_quest_template.sql b/sql/updates/world/2014_02_20_03_world_quest_template.sql new file mode 100644 index 00000000000..e2e607b76a4 --- /dev/null +++ b/sql/updates/world/2014_02_20_03_world_quest_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `OfferRewardText`='You are to be commended for the service you have done for Stormwind, $N. If VanCleef had been successful in his machinations, he would no doubt have done considerable harm to the kingdom - something we must obviously avoid.$B$BTake this, $C, as a token of the my appreciation.' WHERE `Id`=396; -- cgit v1.2.3