aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2021-02-03 20:48:31 +0200
committeroffl <offl@users.noreply.github.com>2021-02-03 20:48:31 +0200
commit4fcb71eb9bc11d23f96a9a0dc659a34fb77c4112 (patch)
treeb74d9b8d56f28809654aa1ccf9e65b5676ddc0f6
parent05c16cbfb804769f0b76e5d4e31f0c347a072192 (diff)
DB/Texts: Fix typo in page text of Hallowed Scroll
Closes #26026
-rw-r--r--sql/updates/world/3.3.5/2021_02_03_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_03_02_world.sql b/sql/updates/world/3.3.5/2021_02_03_02_world.sql
new file mode 100644
index 00000000000..635552f0702
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_02_03_02_world.sql
@@ -0,0 +1,2 @@
+-- Hallowed Scroll
+UPDATE `page_text` SET `Text` = 'Feel blessed that your spirit was not released to the Nether, $N. Feel even more blessed that I decided you were worth the effort to write this scroll for.$B$BThe people you once knew, perhaps even cared for, are no longer! You must learn to "live" with that for the rest of your now unnatural life. I suggest you learn to deal with that first.$B$BIf you think you\'re ready for the trials ahead, then seek me out in the church in Deathknell.$B$B- Dark Cleric Duesten, Priest Trainer' WHERE `ID`= 2467;