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 60e6f2ba90)
This commit is contained in:
tkrokli
2017-06-21 22:46:22 +02:00
committed by Shauren
parent f9454acc1c
commit 360f4188b5

View File

@@ -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;