diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-02-19 22:20:39 -0500 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-02-19 22:20:39 -0500 |
| commit | 6d9bd3dfd8559be17394f64e1d7a0a2eab92e331 (patch) | |
| tree | 4139539f038864c523b5ad51a99c0606c5d270db | |
| parent | 3f6cc339a0b445f0c2c99c354bfadc22fdcd1003 (diff) | |
DB/Quests: Corrected a typo, because typos suck.
| -rw-r--r-- | sql/updates/world/2014_02_20_03_world_quest_template.sql | 2 |
1 files changed, 1 insertions, 1 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 index e2e607b76a4..e411a9dc5b2 100644 --- a/sql/updates/world/2014_02_20_03_world_quest_template.sql +++ b/sql/updates/world/2014_02_20_03_world_quest_template.sql @@ -1,2 +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; +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; |
