From b0eb42d05b25ce34a64ea32a171b6a6b9c073f70 Mon Sep 17 00:00:00 2001 From: AlcDenat Date: Sat, 8 Dec 2018 09:28:24 +0100 Subject: DB: RequestItems for quest 'Ethereum Prisoner I.D. Catalogue', 'Stasis Chambers of the Mana-Tombs' Closes #22713 --- sql/updates/world/3.3.5/2018_12_08_13_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_12_08_13_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_12_08_13_world.sql b/sql/updates/world/3.3.5/2018_12_08_13_world.sql new file mode 100644 index 00000000000..f535e16d323 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_13_world.sql @@ -0,0 +1,5 @@ +-- 10972 - Ethereum Prisoner I.D. Catalogue +UPDATE `quest_request_items` SET `CompletionText`="I am in need of more I.D. tags, $N. What I've discovered thus far is that this is not just a way to catalogue prisoners but it also documents locations!$B$BOnce this code is broken we'll be able to pinpoint exactly where all of our allies are held and free them with minimal hostile action received.", `VerifiedBuild`=27980 WHERE `ID` = 10972; + +-- 10977 - Stasis Chambers of the Mana-Tombs +UPDATE `quest_request_items` SET `CompletionText`="I would understand if you chose not to continue, $N.", `VerifiedBuild`=27980 WHERE `ID` = 10977; -- cgit v1.2.3