diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-05 05:49:10 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-08-05 05:49:10 +0200 |
commit | ab3407eee68ebd4d25db921598ce723a71c4575e (patch) | |
tree | d72b5d9bf3727698125020f753ddfc849ecf6d8c | |
parent | 7f45cb4ebc9769707e227b9439f57d2944cf5f19 (diff) |
DB/Misc: A Bloodstained Journal Page
By Crysicle, closes #12722
-rw-r--r-- | sql/updates/world/2014_08_05_02_world_page_text.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_05_02_world_page_text.sql b/sql/updates/world/2014_08_05_02_world_page_text.sql new file mode 100644 index 00000000000..0fb0920d607 --- /dev/null +++ b/sql/updates/world/2014_08_05_02_world_page_text.sql @@ -0,0 +1,2 @@ +--A Bloodstained Journal Page +UPDATE `page_text` SET `text` = '. . .downward spiral of despair. First she mocks me and now she is engaged. The ungracious charlatan was pretending to love when truly she desired to hurt me all along. A black void lurks with in me now and it grows with each waking moment. The blood I shall spill pales in comparison to the tears I have shed. . .' WHERE `entry` = 24; |