From 67e7ff3e8fcd6b42d2c60309d719bf75db7c960e Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:55:18 -0600 Subject: [PATCH] fix(DB/page_text): Fix typo in page text of Hallowed Scroll (#5282) --- data/sql/updates/pending_db_world/rev_1618371673205623900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1618371673205623900.sql diff --git a/data/sql/updates/pending_db_world/rev_1618371673205623900.sql b/data/sql/updates/pending_db_world/rev_1618371673205623900.sql new file mode 100644 index 000000000..3247c1c23 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1618371673205623900.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618371673205623900'); + +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; +