mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user