aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-06-21 22:46:22 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-17 20:07:51 +0200
commit360f4188b5de5909eb9802e2b9a447ec5aedfa7d (patch)
tree78a2f2cd3e677fc0d96d1f0cd6885808ce04419f
parentf9454acc1c9c1d62cc393638a2ccd5e997305eda (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)' (cherry picked from commit 60e6f2ba901ef3441667505196c5fc68c282ab09)
-rw-r--r--sql/updates/world/master/2020_07_17_14_world_2017_06_21_00_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_07_17_14_world_2017_06_21_00_world_335.sql b/sql/updates/world/master/2020_07_17_14_world_2017_06_21_00_world_335.sql
new file mode 100644
index 00000000000..57e0d3c52f8
--- /dev/null
+++ b/sql/updates/world/master/2020_07_17_14_world_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;