From 60e6f2ba901ef3441667505196c5fc68c282ab09 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Wed, 21 Jun 2017 22:46:22 +0200 Subject: 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)' --- sql/updates/world/3.3.5/2017_06_21_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_06_21_00_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3