diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 20:23:02 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
commit | c1bcf78d15c2a2b0dae065b95279da86831f7f74 (patch) | |
tree | bffec43c6b73780c11a637e0799d748bf0dc881b | |
parent | 772fec8073f6215d11b23d59a604c6089d5acf31 (diff) |
DB/Texts: Fix item text for Damp Diary Page (Day 4) and Damp Diary Page (Day 512)
Closes #20816
(cherry picked from commit a41dae09add74ca1f6389906da4a91680597dfb3)
-rw-r--r-- | sql/updates/world/master/2021_01_25_22_world_2017_11_08_18_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_22_world_2017_11_08_18_world.sql b/sql/updates/world/master/2021_01_25_22_world_2017_11_08_18_world.sql new file mode 100644 index 00000000000..7cadac05e52 --- /dev/null +++ b/sql/updates/world/master/2021_01_25_22_world_2017_11_08_18_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `page_text` SET `Text`="Diary - Day 4$B$BI have been stranded on the Island now for 4 days, left alone with my thoughts. Bananas are pretty tasty, but what a long climb to reach them. When I am not getting food or protecting myself from the periodic rain, all my thoughts are of rescue.$B$BI would not be so hopeful if it were not for the boxes of paper and bottles that washed ashore with me. I laugh now to think of all the time I spent on that ship cursing that I was stuck with a boatload of Alchemists and Scribes." WHERE `ID`=696; +UPDATE `page_text` SET `Text`="Diary - Day 512$B$BThe bananas have started talking to me and I have learned a great deal about their culture. I have ceased my senseless destruction of their homes and consumption of the young. How little I knew then of the great civilization that I was destroying.$B$BOn another topic I seem to be running low on bottles and paper. When I first looked at those huge stacks of paper that washed ashore I thought they would be inexhaustible. Woe with me, my diary must end soon." WHERE `ID`=697; |