diff options
-rw-r--r-- | sql/updates/world/2014_11_16_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_16_02_world.sql b/sql/updates/world/2014_11_16_02_world.sql new file mode 100644 index 00000000000..e8b6f525f6f --- /dev/null +++ b/sql/updates/world/2014_11_16_02_world.sql @@ -0,0 +1,4 @@ +-- Added Readable Text to (Dog-Eared Note) +DELETE FROM `page_text` WHERE `ID`=4851; +INSERT INTO `page_text` (`ID`, `Text`, `VerifiedBuild`) VALUES +(4851, 'Magra, my huntress,\r\n\r\nAnother dull day at Stonefang outpost. As I stare across the flats, I cannot help but think of you. Do you remember the day we met? I hurled my axe at your mount, and you nearly impaled me with a spear.\r\n\r\nIt was love at first sight.\r\n\r\nClans be damned! My mind is made up. I will leave it all to be with you. Choose the place. I will come. We\'ll leave Frostfire and make a life somewhere. I hear Nagrand is beautiful.\r\n\r\nYour future mate,\r\n\r\nKarash\r\n\r\nP.S. I have enclosed Longhowl\'s first-fang. I was wearing it around my neck that day. I hope it will guide me to you once again.', 19116); |