aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-08-05 05:46:01 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-08-05 05:46:01 +0200
commit7f45cb4ebc9769707e227b9439f57d2944cf5f19 (patch)
tree8d49b0012600b62edf99a4c89a3f0c296852b515
parent6f71aa0dd87cab253fadb88081679c47070ba94e (diff)
DB/Misc: Gramma Stonefield's Note
By Crysicle, closes #12723
-rw-r--r--sql/updates/world/2014_08_05_01_world_misc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_05_01_world_misc.sql b/sql/updates/world/2014_08_05_01_world_misc.sql
new file mode 100644
index 00000000000..9648a4e3c43
--- /dev/null
+++ b/sql/updates/world/2014_08_05_01_world_misc.sql
@@ -0,0 +1,5 @@
+--Gramma Stonefield's Note page 2
+UPDATE `page_text` SET `text` = 'I fear the war between the Stonefields and the Maclures will kill Tommy Joe and Maybell''s blossoming romance, and in times like these - where dark news and rumors of war loom over us - youth and love must be nurtured.$b$bSo, the favor: I ask that you use your skills and concoct a potion or elixir to aid these young lovers in their quest for each other.$b$bThank you, William. And please, when you have some time away from work, come visit. We''ll have a few chuckles over the past.$b$b-Mildred' WHERE `entry` = 218;
+
+--Additional fix for "Meeting the Warchief" which was done, however with 2 additional whitespaces
+UPDATE `quest_template` SET `OfferRewardText` = '<Thrall begins to read the letter.>$b$bSo the blood elves finally took care of their little problem. It is no surprise that it took your help as well as that of an entire Forsaken regiment to get the job done.$b$b<The Warchief breaks into laughter.>$b$bI suppose there''s no stopping this. In the end we need them just as much as they need us.' WHERE `id` = 9813;