diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 04:13:52 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 04:13:52 +0100 |
commit | 3f6cc339a0b445f0c2c99c354bfadc22fdcd1003 (patch) | |
tree | 096cb4754e5501028da9c8ae4fc88ec07dc66910 | |
parent | 6d396eb615062cabfccfed83d7aecc1959f6a0c4 (diff) |
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
-rw-r--r-- | sql/updates/world/2014_02_20_03_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |