diff options
| -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; |
