diff options
author | AlcDenat <AlcDenat@users.noreply.github.com> | 2018-12-08 09:28:24 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-08 09:28:24 +0100 |
commit | b0eb42d05b25ce34a64ea32a171b6a6b9c073f70 (patch) | |
tree | bc549e5cf77d8e9addcfeeccb9adbac5dfe673a2 | |
parent | 523c684c46f207ec1f7f95e4fbae0a022d4f44cc (diff) |
DB: RequestItems for quest 'Ethereum Prisoner I.D. Catalogue', 'Stasis Chambers of the Mana-Tombs'
Closes #22713
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_13_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |