aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-06-21 22:46:22 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-06-21 22:46:22 +0200
commit60e6f2ba901ef3441667505196c5fc68c282ab09 (patch)
tree5739fcd76bf387286862e1c05b8533ea998ece6e
parent9d37c2b8eb5260964b315c9af304c0952f527fe8 (diff)
DB/page_text: show complete text in 'Legacy of the Aspects'
* 3.3.5 only, this quest chain was removed in patch 4.0.3a * - the book is quest item (entry 5860) for quest 1154 'Test of Lore (2)' - second to last page (10) must point to correct text for last page (11) - full text contains the right answer to quest 6627 'Test of Lore (3)'
-rw-r--r--sql/updates/world/3.3.5/2017_06_21_00_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_21_00_world_335.sql b/sql/updates/world/3.3.5/2017_06_21_00_world_335.sql
new file mode 100644
index 00000000000..57e0d3c52f8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_21_00_world_335.sql
@@ -0,0 +1,2 @@
+-- Show the complete text for page 11 in the book 'Legacy of the Aspects'
+UPDATE `page_text` SET `NextPageID` = 466 WHERE `NextPageID` = 459 AND `ID` = 458;