diff options
author | gecko32 <gecko32@trinity.contrib> | 2012-08-10 03:37:03 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-10 03:37:03 +0100 |
commit | 68453c69b7577f6b17aedd82b8c177dcead2cc7d (patch) | |
tree | 5ff6e281aaea54573af2f880f6f6e3cb9ace7b21 | |
parent | 6dd1e198cdd306be524de9f5274684033578b0ca (diff) |
DB/Quests: Fix a typo in Message to Freewind Post description
Closes #7340
-rw-r--r-- | sql/updates/world/2012_08_10_05_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_10_05_world_quest_template.sql b/sql/updates/world/2012_08_10_05_world_quest_template.sql new file mode 100644 index 00000000000..a65e7e76a44 --- /dev/null +++ b/sql/updates/world/2012_08_10_05_world_quest_template.sql @@ -0,0 +1,2 @@ +-- Change $B$$B at end of details text to $B$B +UPDATE `quest_template` SET `Details`='Brave traveler, the centaurs have increased their attacks in this area. Freewind Post must know about this renewed harassment immediately! Seek Cliffwatcher Longhorn at Freewind Post to the southeast and give him this urgent message.$b$bBe warned, avoid the Grimtotem Clan nearby... they have been acting strange toward us lately.$B$B' WHERE `Id`=4542; |