diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 19:11:19 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 19:11:19 +0200 |
commit | 318019d18bcdc4a6d2d81bfbebe211295b9b2fb2 (patch) | |
tree | 1a734a5d3f295185a4ff6986586107522d37de50 | |
parent | e9dd589fa8f44c3fa5685acb78957c65fab9bedc (diff) |
DB/Item: Grelin Whitebeard's Journal
Closes #12568, by Crysicle
-rw-r--r-- | sql/updates/world/2014_07_19_08_world_page_text.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_08_world_page_text.sql b/sql/updates/world/2014_07_19_08_world_page_text.sql new file mode 100644 index 00000000000..4ddc7d2be74 --- /dev/null +++ b/sql/updates/world/2014_07_19_08_world_page_text.sql @@ -0,0 +1,8 @@ +-- Grelin Whitebeard's Journal page 2 +UPDATE `page_text` SET `text` = 'managed to get the better of the ugly brute, but he''s now nursing a nasty cut on his arm. Looks like I''ll have to do the chores for a while.$b$bDAY THREE$b$bCold. Snowed a bit around noon.$b$bDAY FOUR$b$bThe lad was back and in good spirits today, so we took our first look at the trolls. Frostmane, I''d say, judging by the markings on their skin and the various trinkets they wore on their bodies.' WHERE `entry` = 81; + +-- Grelin Whitebeard's Journal page 3 +UPDATE `page_text` SET `text` = 'DAY FIVE$b$bHad the lad watch over the camp and I snuck over to the cave and took a look around. The trolls numbers are somewhat troublesome. The Mountaineers might have to be summoned in force if the cave is to be cleared of the troll infestation.$b$bI realize I have not mentioned the troggs of late. They appear in the area in greater numbers, but they are so primitive that they do not pose much of a threat. Time may say if this is true or not.' WHERE `entry` = 82; + +-- Grelin Whitebeard's Journal page 4 +UPDATE `page_text` SET `text` = 'And not a drop of ale for almost a week now.$b$bDAY SIX$b$bCold again. Snows. Trolls. No ale.$b$bDAY SEVEN$b$bSnow below so white,$bSky above so blue,$bWolves will howl the night,$bNot a drop of brew.$b$bDAY EIGHT$b$bThe trolls are perhaps not as large a problem as we initially thought. They have some' WHERE `entry` = 83; |